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 seems that the latest version of the code creates the menu options and insert them into the DOM before the user clicks on the trigger.
This is a waste of DOM nodes if there is a lot of menu triggers on the page.
Should only create the DOM when the user clicks on the menu trigger.
The text was updated successfully, but these errors were encountered:
i believe this was necessary for a11y. can you confirm @mzabriskie?
Sorry, something went wrong.
@mzabriskie ping
No branches or pull requests
it seems that the latest version of the code creates the menu options and insert them into the DOM before the user clicks on the trigger.
This is a waste of DOM nodes if there is a lot of menu triggers on the page.
Should only create the DOM when the user clicks on the menu trigger.
The text was updated successfully, but these errors were encountered: