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
Button from where modal is opened , is focusing on modal close. Is there any way to avoid button focus on modal hide ?
The text was updated successfully, but these errors were encountered:
Modal as component uses our focus-trap directive for this exact purpose, but you can trick it by reassigning documents active element if you like.
But we have alternative way to use modal as directive, which doesn't use focustrap so you won't have this issue.
Sorry, something went wrong.
No branches or pull requests
Button from where modal is opened , is focusing on modal close.
Is there any way to avoid button focus on modal hide ?
The text was updated successfully, but these errors were encountered: