Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CCI] Standardize voice announcement for query input in the SearchBar #4183

Open
SergeyMyssak opened this issue May 31, 2023 · 0 comments
Open
Labels
a11y enhancement New feature or request

Comments

@SergeyMyssak
Copy link
Contributor

SergeyMyssak commented May 31, 2023

Is your feature request related to a problem? Please describe.

After auditing advanced_settings and saved_objects_management plugins - #3963 (comment), it was discovered that the advanced_settings_voice_announcement component could be reused elsewhere to announce query input. Currently, this component is only used in one place - advanced_settings.tsx. We could also reuse it in the table.tsx (saved_objects_management plugin) and in_memory_table.tsx (OUI library component). But before we do that, we need to find out if the OuiSearchBar component actually performs the same function in the context of those components.

Describe the solution you'd like

As a solution to this problem, we can move this component to the OUI library (accessibility folder), and reuse it in the components specified above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants