RangeControl: input field should be focused when thumb is pressed #12433
Labels
[Feature] UI Components
Impacts or related to the UI component system
[Type] Enhancement
A suggestion for improvement.
Is your feature request related to a problem? Please describe.
When the thumb of the range control is clicked, the user can use the arrow keys to move left/right. The input field should also be focused, allowing the user to type in a number.
Describe the solution you'd like
After clicking on the thumb (the circle), the user should be able to use the arrow keys or type in a number. This means that both the thumb and the input field would be selected, and the user can choose either to use arrow keys, or type in a number.
The text was updated successfully, but these errors were encountered: