Description
Because the Spinner shows a simple TextField, it is not possible for a user to specify which element of a date or time they want to increment. This means that the increment / decrement functionality can only step by the ChronoUnit passed in by the developer, and this leads to negative user experiences. Ideally we would allow for users to click inside the textfield and specify which element they want to increment (hour, minute, or second), or (day, month, year).
One option is to remove these two spinner value factories until such time that we can support this use case. This is probably the direction I am leaning...
One option is to remove these two spinner value factories until such time that we can support this use case. This is probably the direction I am leaning...
Attachments
Issue Links
- blocks
-
JDK-8090397 Time Picker for JavaFX
- Open
-
JDK-8098302 Add Spinner Control
- Resolved
- relates to
-
JDK-8098302 Add Spinner Control
- Resolved
-
JDK-8098254 StringConverter support for LocalDate/LocalTime/LocalDateTime
- Resolved