-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time-picker should both improve usability and appearance #7467
Comments
Even Synology break up the one-dimensional time chooser dropdown-box into three for hours, minutes, seconds. Not nice to look at, but not that bad. |
Dear @enver-haase, Thank you for your feedback! We understand the need for an intuitive, user-friendly design, especially for mobile. I'll mark this as an enhancement request, but it would be great if you could provide more specific details on the enhancements you have in mind. Specifically, how would you like users to interact with the time-picker, and are there any particular design features you suggest? |
Hi, thanks for picking this up. First of all, for usability, the 2-4 components (hours, minutes, seconds, millis) need to be split out from an only one-dimensional list of drop-down values. Like, having three drop-down boxes not one. About a modern design, I am drawing a blank. I personally dislike the Apple slot-machine approach on iOS and do like the Android wall-clock. |
Changed my wording now that I failed to have it marked as a bug for BFP (which was what I was aiming at). |
Please note that proper fix for this would require either implementing separate selector controls or by adding option to use |
Description
The native Android time-picker is a circular clock, while the native iOS time-picker is a slot-machine-like widget that allows manipulating hours and minutes on wheels.
The Vaadin implementation is a drop-down box that at some point (well-documented) even stops offering such an overlay when too many choices would have to be presented in the one-dimensional drop-down format. Thus it then reverts to a simple TextField with a formatted string.
Expected outcome
For better utilization, we should allow the three dimensions of hour, minute, second to be separately manipulated, and not just in a TestField.
Minimal reproducible example
https://vaadin.com/docs/latest/components/time-picker
Look at the demos, especially on a mobile device.
It does do its job, certainly, but can be improved upon in regards to both usability and appearance.
The biggest concern is the use of a one-dimensional linear string of values where there are hours, minutes, seconds and maybe milliseconds to be taken care of. This calls for using as many components visibly as there are components in the mathematical vector comprising the time.
Steps to reproduce
Use the time-picker, try to set it to 04:49:48 (my 2023 net Berlin Marathon time).
Do the same on Android's native time picker to get a feel of how that could be better.
Environment
Vaadin version(s): 24.4
OS: n/a
Browsers
n/a
The text was updated successfully, but these errors were encountered: