You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
I noticed something that might be confusing for people who use the datetimepicker.
When i use setMinDate and use the time-picker, the hours before the defined minDate are greyed out like expected, however as soon as i click some time there, the hours greyed out before, get black again, but they are still not selectable.
The text was updated successfully, but these errors were encountered:
ok. i have found a pull request for this already. #109
i checked the code (unfortunately he converted spaces to tabs or something like that, so the changes are not much helpful)
but i found that only this.initHours(); was added to the end of _onSelectHour function and this.initMinutes(); was added to the end of _onSelectMinute function.
i tested it, and it helped. :) So +1 for mergin it.
I noticed something that might be confusing for people who use the datetimepicker.
When i use setMinDate and use the time-picker, the hours before the defined minDate are greyed out like expected, however as soon as i click some time there, the hours greyed out before, get black again, but they are still not selectable.
The text was updated successfully, but these errors were encountered: