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.
cc : @Dan Harrin
heres the code, same on both resources.
Forms\Components\DatePicker::make('birth_date')
->displayFormat('d-M-Y')
->native(false)
->required(),