Seems like the ideal user experience is to simply click a date, then the picker closes.
(Having to click "set" is too many clicks IMO...)
What if the user can also select the hour and minute? Clicking on the exact hour and minute can be error-prone. Will see what I can do.
Maybe this could be an option, to not show those buttons and to close on date selected?
Or, is there a way to listen to the event when a user clicks a date? Then, you would know the date, and you could close the date picker manually.
You also could have a clear icon on the input (like in QSearch) to clear the value without opening the modal to do it.
Done in future v0.15.
Most helpful comment
Maybe this could be an option, to not show those buttons and to close on date selected?
Or, is there a way to listen to the event when a user clicks a date? Then, you would know the date, and you could close the date picker manually.