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
It should help to easily create custom <select> form elements with accessibility in mind.
<select>
See https://codepen.io/titouanmathis/pen/QWGLRGv.
The text was updated successfully, but these errors were encountered:
The Menu component can already manage dropdowns, maybe extend it to synchronize values with a <select>.
Menu
See https://ui.studiometa.dev/-/components/molecules/Menu/examples.html#dropdown
Sorry, something went wrong.
Extend the Menu component is a great idea because it already include the focus trap that is missing in your codepen @titouanmathis
This require more work than extending the Menu component to do it properly and respect the WCAG guidelines for combobox. see: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/
antoine4livre
No branches or pull requests
It should help to easily create custom
<select>
form elements with accessibility in mind.See https://codepen.io/titouanmathis/pen/QWGLRGv.
The text was updated successfully, but these errors were encountered: