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
Your clock timepicker library is very convenient to use on mobile, however on my laptop I found a problem : I tried to use the shift key to select a time or duration however the key is blocked.
I searched in the library and I noticed that you have blocked the use of the shift key (line 1537 => event.shiftkey).
Would it be possible to put an option to activate it or unblock it by deleting this part of the code ?
Sincerely
Guiguess.
The text was updated successfully, but these errors were encountered:
Some computers don't have number keys, and people don't necessarily think of caps lock to select numbers. They activate the shift key each time and then select the numbers.
So to prevent them from losing their habit, it would be interesting not to block the shift key
Hello,
Your clock timepicker library is very convenient to use on mobile, however on my laptop I found a problem : I tried to use the shift key to select a time or duration however the key is blocked.
I searched in the library and I noticed that you have blocked the use of the shift key (line 1537 => event.shiftkey).
Would it be possible to put an option to activate it or unblock it by deleting this part of the code ?
Sincerely
Guiguess.
The text was updated successfully, but these errors were encountered: