Closed jason-capsule42 closed 2 years ago
menuoptions need to support a hidden state for combobox so that we can remove options for display and have the keyboard navigation skip over them.
we can not use disabled as a menuoption may be disabled for a different reason that we don't want to remove when changing which options are visible.
exit criteria: hidden attribute supported in menu styles, and keyboard navigation skips over hidden options.
hidden
menuoptions need to support a hidden state for combobox so that we can remove options for display and have the keyboard navigation skip over them.
we can not use disabled as a menuoption may be disabled for a different reason that we don't want to remove when changing which options are visible.
exit criteria:
hidden
attribute supported in menu styles, and keyboard navigation skips over hidden options.