pattern-library
pattern-library copied to clipboard
Nested state-based widgets handling keyboard events
Example:
A modal is opened with a Select (role=combobox
) child. When the user expands the Select, "Escape" should collapse it (but not the modal). If the Select has focus and is collapsed, "Escape" should bubble up to close the modal.