ToggleGroupControl
: allow option items to be accessible when disabled
#63612
Labels
ToggleGroupControl
: allow option items to be accessible when disabled
#63612
While #63450 added support in
ToggleGroupControl
fordisabled
option items, one aspect that could still be improved is to make disabled option items accessible when disabled, similarly to how theToolbar
andTabs
component behave.The challenge in doing so is how to visually let the user know where the keyboard focus is VS what item is currently selected.
In #63450 we tried a few approaches, but none of them was convincing enough.
It's also worth mentioning that we already solved this challenge in
Tabs
:Kapture.2024-07-16.at.11.50.48.mp4
But applying the same treatment to
ToggleGroupControl
is tricky because the indicator is a full-height backdrop and would visually clash/overlap with the focus ring.The text was updated successfully, but these errors were encountered: