# Context Select controls such as the clear button do not consist of text that is discoverable by a screen reader. # Solution - create visually hidden text so screen reader announces the action intent correctly. - Set ariaHidden on svg # Resources - [reach visually hidden](https://github.com/reach/reach-ui/tree/main/packages/visually-hidden)
Context
Select controls such as the clear button do not consist of text that is discoverable by a screen reader.
Solution
Resources