-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select, Listbox, Combobox does not have label slots #4801
Comments
Thanks for filing this issue @ameyasubhedar! I think this inconsistency should definitely be addressed. With that said, I'm not sure if the right fix is to add a label or remove the labels from some of the other form controls. One thing we are running in to right now is that certain (though not all) assistive technology is having trouble resolving the link between the light DOM slotted content for labels and the slot in the Shadow DOM. We're about to do a massive a11y audit as part of our June deliverables, and I think that will (hopefully) shed some clear light on the best path forward here. |
Duplicate of #4642 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
To be picked up as part of Foundation vNext |
In case anyone is trying to achieve the same thing as me, I extended Select and overrode
label.inside.select.mov |
Unfortunately |
fast_select and fast_list and fast-combobox does not have label slot to show the title or the label .
E.g.
The fast_radio_group has the label slot and that helps to show the title.
The text was updated successfully, but these errors were encountered: