vue2-timepicker
vue2-timepicker copied to clipboard
A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support
is it possible to use the library via cdn?
Is there any way to change the output? Example: format 02:30 PM output 14:30:00 Like having a time display format and time return format thank you
I have a use case where the user have to select an hour from the business open hours (between 7 and 16 hs). ``` ``` I'm using `hide-disabled-hours` to hide...
I'm trying to create a range time picker with this component (two fields to select start and end times). The feature I am looking for is to define max value...
add support for pre selected time
when we use validation providers like vee validate having the required should enhance to perform the validation on this component
Currently, you have to press TAB to switch between hours, minutes, seconds. Could we have an options to automatically blur the hours and focus the minutes. Same for seconds and...