vue2-timepicker
vue2-timepicker copied to clipboard
A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support
When I open up the select box I start at the top of the options, even if the selected value is on the bottom. This is an issue when the...
Hi if i have multiple time ranges as [{'start': '8:00' , 'end' : '8:20'} , {'start': '8:45' , 'end' : '9:00'} ] How to allow user to select only from...
**Version:** 1.1.6 I'm using the model as `string` and triggering a model clean like: ``` this.form.entryTime = ''; this.form.departureTime = ''; ``` but the element still remains filled with values...
A customer wants to input his weekly time hour. It can be more than 24 hour. Like 30:35 How can I input this value using vue2-timepicker
I can't find way to pass attribute to input, like required. i am using this plugin for time picking, but i am also using html5 validation for initial input validation....
Hello. I'm trying to change the "A" abbreviation (token) in the input (when the user selects a time, not a placeholder) to AM/PM. Just a visual thing, so it'll be...
I want to disable the time picker dynamically, but before doing it I want to clear the contents of the time picker. Is there a solution for that?
I have 2 time fields start time, end time I want start time to be always less than end time and vice versa. How can I achieve that?
When using `:manual-input="true"` property on `vue2-timepicker`, a virtual keyboard will open on touch devices. An easy way to prevent that would be to pass [`inputmode="none"`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode) attribute to the input itself....