We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The slotted label text should be treated as the accessible name of the combobox.
Apparently it uses the placeholder text, if set.
Set an id on the label in the template and set aria-labelledby on the input.
id
label
aria-labelledby
input
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
The slotted label text should be treated as the accessible name of the combobox.
💻 Repro or Code Sample
Apparently it uses the placeholder text, if set.
💁 Possible Solution
Set an
id
on thelabel
in the template and setaria-labelledby
on theinput
.The text was updated successfully, but these errors were encountered: