vue2-timepicker icon indicating copy to clipboard operation
vue2-timepicker copied to clipboard

A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support

Results 17 vue2-timepicker issues
Sort by recently updated
recently updated
newest added

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

:bulb: feature request
:hourglass_flowing_sand: roadmap

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

:bulb: feature request
:hourglass_flowing_sand: roadmap

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