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
On Android mobile devices with virtual keyboards, the Bootstrap Timepicker widget was not capturing input values correctly. The issue stems from the fact that Android devices use a special key code (229) for input events from virtual keyboards, which was not being handled.
Steps to reproduce:
Open the timepicker widget on an Android mobile device.
Try to input a time using the virtual keyboard.
Expected behavior:
The widget should capture input values correctly.
Actual behavior:
Input events were not captured, and the widget didn’t update.
The text was updated successfully, but these errors were encountered:
On Android mobile devices with virtual keyboards, the Bootstrap Timepicker widget was not capturing input values correctly. The issue stems from the fact that Android devices use a special key code (
229
) for input events from virtual keyboards, which was not being handled.Steps to reproduce:
Expected behavior:
The widget should capture input values correctly.
Actual behavior:
Input events were not captured, and the widget didn’t update.
The text was updated successfully, but these errors were encountered: