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
Many frameworks offer a combobox with input field and multiple selection. All variants I know are not accessible. But the element is often needed. I would be happy if there is a standardization for this element in ARIA APG, which I can use as a reference in the future.
In my opinion, the most important questions in this context are
how is the multiple selection of the element perceptible (maybe we allow aria-multiselectable also for combobox)
how are the selected elements perceptible when the combo box with tab gets the focus
how to reach the selected elements with the keyboard and e.g. delete them (in some frameworks they are implemented as buttons after the input field, in others as entries within the combo box)
The text was updated successfully, but these errors were encountered:
Many frameworks offer a combobox with input field and multiple selection. All variants I know are not accessible. But the element is often needed. I would be happy if there is a standardization for this element in ARIA APG, which I can use as a reference in the future.
Examples:
In my opinion, the most important questions in this context are
aria-multiselectable
also forcombobox
)The text was updated successfully, but these errors were encountered: