Quasar: opinion: remove 'clear', 'cancel' and 'set' from QDatetime

Created on 8 Dec 2017  路  4Comments  路  Source: quasarframework/quasar

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...)

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.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings