vue2-clock-picker
vue2-clock-picker copied to clipboard
problem with disabled-from disabled-to
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.
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.