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
Based on use cases discovered in #250, we need to be able to support children such as:
EuiSwitchEuiCheckboxEuiRadioGroupIn 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