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

problem with disabled-from disabled-to

Open gautxo opened this issue 5 years ago • 1 comments

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 if I just define disabled-to = "08:00" it works fine from 00:00 to 07:59 but with both properties together it does not work.

gautxo avatar Mar 20 '19 07:03 gautxo

Hi @gautxo, right now the disabled range expect from to be less than to values. but I will fix this ASAP.

but I tested it when it's used with disabled-from="00:00" disabled-to="08:00" it works as expected and I cannot reproduce this issue in that case.

pencilpix avatar Mar 30 '19 22:03 pencilpix