Updating a reactive field resets the time on DateTimePicker to 00:00
I have multiple fields in a form but two are of importance for this question.
- I have a DateTimePicker with
->default(now())
- I also have a reactive select.
When selecting a different value, sometimes (weird) the DateTimePicket keeps the correct date but the time is set to 00:00.1 Reply
GitHub
Updating a reactive field sometimes resets the time on DateTimePick...
I have multiple fields in a form but two are of importance for this question. I have a DateTimePicker with ->default(now()) I also have a reactive select. When selecting a different value, somet...