bufferapp/buffer-components

Add label to Select component

emplums opened this issue · 0 comments

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?