buffer-components icon indicating copy to clipboard operation
buffer-components copied to clipboard

Add label to Select component

Open emplums opened this issue 8 years ago • 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?

emplums avatar Jun 01 '17 17:06 emplums