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
Now we are opening our own time picker dropdown for mobile devices, but our version doesn't provide such UX as native mobile time pickers, which is developed to work on mobile devices.
To Do
If user opens TimePicker on mobile device we should open native mobile time picker(depends on mobile OS).
For desktops let's leave current behavior as is.
Describe the solution you'd like (optional)
For mobile devices we can try to swap our current TimePicker toggler implementation into <input type="time"> - which will open native mobile pickers. We can do it just by condition in render.
Use <input type="time"> always as a toggler, but for desktop users we should disable native dropdown and show our own.
The text was updated successfully, but these errors were encountered:
Now
Now we are opening our own time picker dropdown for mobile devices, but our version doesn't provide such UX as native mobile time pickers, which is developed to work on mobile devices.
To Do
If user opens TimePicker on mobile device we should open native mobile time picker(depends on mobile OS).
For desktops let's leave current behavior as is.
Describe the solution you'd like (optional)
<input type="time">
- which will open native mobile pickers. We can do it just by condition in render.<input type="time">
always as a toggler, but for desktop users we should disable native dropdown and show our own.The text was updated successfully, but these errors were encountered: