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 use cases discovered in #250, we need to be able to support children such as:
EuiSwitch
EuiCheckbox
EuiRadioGroup
In these cases, tabbing to an item should move focus to the first focusable child. As long as a child of the item retains focus, this item should retain the "focused state" blue background.
I don't think the item should be a focus trap. In other words, tabbing through a radio group and then beyond the last radio should move focus to the next EuiContextMenuItem.
Closing this issue. The design team is doing housekeeping against our issues and closing items without much recent activity. Feel free to reopen if you still have issues or feel this is in error.
Based on use cases discovered in #250, we need to be able to support children such as:
EuiSwitch
EuiCheckbox
EuiRadioGroup
In these cases, tabbing to an item should move focus to the first focusable child. As long as a child of the item retains focus, this item should retain the "focused state" blue background.
I don't think the item should be a focus trap. In other words, tabbing through a radio group and then beyond the last radio should move focus to the next
EuiContextMenuItem
.CC @uboness
The text was updated successfully, but these errors were encountered: