You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on #1083 (comment), the value label for slider should be a readonly textbox so that it can be labeled. This is currently implemented in React Spectrum, but it should be moved to useSlider in React Aria so other implementations can make use of it.
💁 Possible Solution
Add valueLabelProps to the return type of useSlider and return the relevant aria props.
🧢 Your Company/Team
RSP
The text was updated successfully, but these errors were encountered:
🙋 Feature Request
Based on #1083 (comment), the value label for slider should be a readonly
textbox
so that it can be labeled. This is currently implemented in React Spectrum, but it should be moved touseSlider
in React Aria so other implementations can make use of it.💁 Possible Solution
Add
valueLabelProps
to the return type ofuseSlider
and return the relevant aria props.🧢 Your Company/Team
RSP
The text was updated successfully, but these errors were encountered: