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

Multiple time ranges #155

Open bajki-ib opened 2 years ago

bajki-ib commented 2 years ago

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 8:20 - > 8:45 and from 9:00 to 16:00. And when he selects from 9:00 to 10:00 then that is also disabled. Thanks.