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
There is no clear behavior for the situations when focused element is being removed or disabled.
One can use existing restoreFocus logic to pick element closest to the previously selected, or run auto-focus from scratch.
The text was updated successfully, but these errors were encountered:
a109314
Merge pull request #324 from theKashey/keep-focus
29d2c8b
fix: auto-focus in case of activeElement disappearance, fixes #321
fix: auto-focus in case of activeElement disappeareance, fixes theKas…
f2265a7
…hey#321
Merge pull request theKashey#324 from theKashey/keep-focus
cb2d15d
fix: auto-focus in case of activeElement disappearance, fixes theKashey#321
No branches or pull requests
There is no clear behavior for the situations when focused element is being removed or disabled.
One can use existing restoreFocus logic to pick element closest to the previously selected, or run auto-focus from scratch.
The text was updated successfully, but these errors were encountered: