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
I want to deny keyboard text editing, to allow only selection from dropdown time list.
When I add a readonly attribute, timepicker doesn't woks.
Also I tried to replace input with label. But in this case label text isn't changed on time selection. And I don't understand how get time value in 'changeTime' callback function - $(this).val() doesn't work with label.
The text was updated successfully, but these errors were encountered:
I want to deny keyboard text editing, to allow only selection from dropdown time list.
When I add a readonly attribute, timepicker doesn't woks.
Also I tried to replace input with label. But in this case label text isn't changed on time selection. And I don't understand how get time value in 'changeTime' callback function - $(this).val() doesn't work with label.
The text was updated successfully, but these errors were encountered: