Open
Description
Steps to reproduce
Add a datepicker field
DatePicker::make()
->name('start_date')->label('Start date')
->time24h()
->allowInput()
->required(),
Edit the input field manually
Notice how the date picker picked up the edit
Click save
Reload the page
The field is back to it's original value
It works properly when editing via the Date picker and not the input
Metadata
Metadata
Assignees
Labels
No labels