vue2-clock-picker icon indicating copy to clipboard operation
vue2-clock-picker copied to clipboard

Vue 2.x component plugin for picking time in `HH:MM` using text input.

Results 6 vue2-clock-picker issues
Sort by recently updated
recently updated
newest added

Is there any way to change the time format ? Could not find any option in documentation.

It wont fires the alert that I set in beforeOpen ``` ```

Is it possible to open the clock initially? I did not found something in the code

Sorry that I didn't make a pull request for this. But hopefully it'll help somebody who searches for this problem, likes to have Edge compatibility or want to make a...

If I define a range such as disabled-from = "17:30" disabled-to = "08:00" is not working properly. if I just define disabled-from = "17:30" it works fine until 00:00 and...