DateTime input - selecting Time with seconds
-
The DateTime input is working great for what we want to achieve, except for one minor detail. We want to allow the user to select seconds, but the only available choice would be “00” or “30”.
Is it possible to do this?
-
I’ve never tried using
QDatetime
with seconds, but if it only allow those values, either you submit a feature request on the Quasar’s Github repo or you can create a custom component. Just want to share my modQDatetime
usingQDatePicker
andQModal
-> https://imgur.com/a/zL0QOTk