-
Notifications
You must be signed in to change notification settings - Fork 1
Create accessible Combobox component #111
Comments
## [11.19.2](v11.19.1...v11.19.2) (2020-11-13) ### Bug Fixes * **Combobox:** Allow preventing menu from opening, [#111](#111) ([97c915a](97c915a))
I tried sharing an asset but it's not working, it says that I must have at least one user or team selected even though I do. |
That's fixed now, thanks for checking it. 👍 |
QA note:
The general functionality of the dropdown menu should be unchanged, however the "Share" menus should now be accessible, and navigating the dropdown menu by keyboard with a screenreader, the highlighted option should be read out by the screenreader. |
Retested the ticket against dev environment using url:https://zenq-dev.fiveapp.com and observed the following [QA Passed] 1.Search results of related assets/playlists are displayed as dropdowns along with 'View all results' text when searched the assets/playlists from your hub main search. [NVDA screen reader] [Observation] 2.'Search view all results for search line bar, search combo box collapse editable blank' is read out by the screen reader when cursor is placed in the 'Search bar' field through keyboard/mouse actions. |
Hi @SanjanaKampati , thank you for testing this.
Both of these are working as expected. |
@diondiondion: Thanks for the confirmation. As the below observations are expected moving the ticket to QA Passed. |
Retested the ticket against staging environment using url:https://zenq-staging.fiveapp.com and observed the following [QA Passed] 1.Search results of related assets/playlists are displayed as dropdowns along with 'View all results' text when searched the assets/playlists from your hub main search. [NVDA screen reader] 1.'Combo box collapse editable search for your learning hub users by their name and email address' is read out by the screen reader when cursor is placed in the 'Share' field through keyboard/mouse actions. |
To make the Share dialog's user selector accessible, we need to create a multi-select-capable combobox component.
This can be based on the existing search autocomplete dropdown menu, but needs to support multi-selection and must be customisable to work with different input components.
Useful resources:
The text was updated successfully, but these errors were encountered: