You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I've implemented the <DatePicker /> component and have the autoOk flag turned on. I also have the "Today" button enabled. At present, the user has to hit today, then click on the already highlighted date to get autoOk to close the calendar modal.
Describe the solution you'd like
It would be nice if, when autoOk is enabled, and the user hits "Today", it would have the same functionality as clicking a date with the autoOk flag enabled (i.e. closing the modal and setting the date without having to hit the confirm button).
Describe alternatives you've considered
No alternative I can think of that doesn't involve serious digging and custom method handlers
The text was updated successfully, but these errors were encountered:
(sorry for the same meme on two requests)
Is your feature request related to a problem? Please describe.
I've implemented the
<DatePicker />
component and have theautoOk
flag turned on. I also have the "Today" button enabled. At present, the user has to hit today, then click on the already highlighted date to getautoOk
to close the calendar modal.Describe the solution you'd like
It would be nice if, when
autoOk
is enabled, and the user hits "Today", it would have the same functionality as clicking a date with theautoOk
flag enabled (i.e. closing the modal and setting the date without having to hit the confirm button).Describe alternatives you've considered
No alternative I can think of that doesn't involve serious digging and custom method handlers
The text was updated successfully, but these errors were encountered: