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
Hello, we recently came into a case where we want to make a radio group option disabled but still focusable. I would like to request a feature that enables this. Currently, passing true to RadioGroup.Option's disabled prop prevents it from being focused.
Our use case is to inform users why the option is disabled when that option is focused (or hovered if user uses a mouse).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, we recently came into a case where we want to make a radio group option disabled but still focusable. I would like to request a feature that enables this. Currently, passing
true
toRadioGroup.Option
'sdisabled
prop prevents it from being focused.Our use case is to inform users why the option is disabled when that option is focused (or hovered if user uses a mouse).
Also, it looks like some people prefer disabled but focusable options from accessibility perspective.
Beta Was this translation helpful? Give feedback.
All reactions