brianvoe / slim-select

Slim advanced select dropdown
http://slimselectjs.com
MIT License
1.03k stars 195 forks source link

Missing label on combobox #496

Closed andreanironi closed 9 months ago

andreanironi commented 9 months ago

Slim-select creates a div with the combobox role set, and should therefore also add a label to it. See also: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/combobox_role , "Every combobox must have an accessible name.".

It should be possible to provide a label to be set in case of multiple selects on a single page.