phoenixwong / vue2-timepicker

A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support
https://phoenixwong.github.io/vue2-timepicker/
MIT License
432 stars 193 forks source link

Allow the user to type the full time without needing to hit TAB. ie progress to next section when colon : is typed #139

Closed runxc1 closed 3 years ago

runxc1 commented 3 years ago

I have a form that has a fair amount of time fields and needs to be able to be as fast as possible yet easy enough someone who uses it once doesn't complain. Currently when typing in a time I keep trying to type in the colon ":" and expecting it to say move from the hour to the minutes. Seems this may already be an option but not seeing it anywhere.