[pickers] Touch on analog clock doesn't feel responsive enough #9312
Labels
component: DateTimePicker
The React component.
component: pickers
This is the name of the generic UI component, not the React module!
component: TimePicker
The React component.
design
This is about UI or UX design, please involve a designer
enhancement
This is not a bug, nor a new feature
Extracted from #8964 (comment)
Summary
On https://mui.com/x/react-date-pickers/time-picker/#basic-usage the clock only responds on "touch move" and "touch end". It should respond on "touch start" too, this is wrong:
Screen.Recording.2023-05-12.at.15.18.17.mov
You can compare the UX on a native Android time picker, this feels good:
Screen.Recording.2023-05-12.at.15.51.56.mov
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time
It also feels correct in http://react-toolbox.io/#/components/time_picker too.
The text was updated successfully, but these errors were encountered: