-
-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(modal,flyout): autofocus fix for input and non focusable elements
Autofocus was not taking care of invisible inputs (in dropdown) classname observer was too sensible and accidently triggered autofocus (search, dropdown, form validation) autofocus should only focus inputs, otherwise focusing the module directly for focustrap click into an input when window was refocused triggered autofocus instead of respecting the clicked input
- Loading branch information
Showing
2 changed files
with
47 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters