This repository was archived by the owner on Sep 26, 2024. It is now read-only.
Add label to Select componentΒ #89
Open
Description
Since the Select component uses a form element (<select>
), it requires a label.
This has got me thinking if it might be useful to have some sort of option or additional component that would allow us to hide a form element label visually but keep it discoverable to screen readers? It seems like there might be a few places where a form element doesn't necessarily need a visual label because the element makes sense contextually to visual users, but would be helpful for users on screen readers?