datepicker format not working inside wizard
i create 2 resources 1 build with wizard with date component, other just default resource without wizard, both are has datepicker component with same code format, but the one component inside the wizard(on create) are not has the same behavior like the other one, is anyone can help, thnaks.
cc : @Dan Harrin
heres the code, same on both resources.
Forms\Components\DatePicker::make('birth_date')
->displayFormat('d-M-Y')
->native(false)
->required(),
2 Replies
Probably a bug with either Livewire or Filament then.
Check whether you can reproduce on a fresh project and open an issue if you can.
ahh okey then, thanks a lot dude.