sitevision / envision

UI Library by Sitevision
https://envisionui.io/
MIT License
17 stars 17 forks source link

Accessibility problem with label for in tag selector #437

Closed VDunca closed 6 months ago

VDunca commented 6 months ago

Hi

When we use the tag selector it adds -ts-control to the label. That changes the directory for the label and removes its connection to the select id:

In dom:

<label for="selectCategory-ts-control" className="env-form-element__label"

Välj kategori

henrikekelof commented 6 months ago

Added aria-label for selects in example code