-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Feature request summary
Make spinner buttons on numeric text fields respond to being pressed and held down, instead of only firing a single click event when the button is released.
Rationale
Currently pressing and holding the spinner on a TextField
with type="number"
doesn't continually increment/decrement the value displayed:
However, we feel that most users would expect to be able to press and hold the spinner buttons to change the value more quickly than having to click multiple times. For example, in one of our apps, we have numeric text fields which control the positioning of a component on screen, and in that case, being able to hold the spinner down to "slide" the component around the screen is a useful ability to have.
Metadata
Metadata
Assignees
Labels
No labels