keyboard input for DateTime input
-
Is there a way to create a date time input that allows user to type the date with keyboard and not only pick it with a mouse?
I believe that this is a quite common use case when you have a CRUD form with lots of input fields and if you are using keyboard only to fill the form and navigate between fields, it’s time-consuming to get a date from a calendar…
I know I can use a simple text field and validation, but I would like that DateTime widget to have an option to allow user type date (and show it in the calendar) or pick one with the mouse. -
Hello Marcelo,
Did you find a way to type date and time?
Cheers, -
Hello,
FYI, I found the answer using QInput:
https://v1.quasar-framework.org/vue-components/date
Cheers,