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
I'm using svelte-select as a combobox but there doesn't seem to be a way to mark this up correctly for accessibility purposes - see e.g. https://www.w3.org/WAI/ARIA/apg/patterns/combobox/
My suggestion is to add role="combobox" to the input element by default, or allow this to be added as a prop
role="combobox"
input
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using svelte-select as a combobox but there doesn't seem to be a way to mark this up correctly for accessibility purposes - see e.g. https://www.w3.org/WAI/ARIA/apg/patterns/combobox/
My suggestion is to add
role="combobox"
to theinput
element by default, or allow this to be added as a propThe text was updated successfully, but these errors were encountered: