[Lens] (Accessibility) Field search gives no indication to screen readers that anything is happening #83744
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Lens
loe:small
Small Level of Effort
Project:Accessibility
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
WCAG A
The problem
When searching for a field name, there are visual changes to the page (the fields filter down based on what you're searching) but there is no indication to a screen reader than anything is changing.
The fix
After the search field, add what's called an "
aria-live
region" to describe what's happening. This update isn't critical, so we should bepolite
about it. And it's supplementary to the input so we should also wire that up.Pseudo-code
WCAG Criteria: 3.2.2 On Input - WCAG A
The text was updated successfully, but these errors were encountered: