-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
Focus global search input on open #41652
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and doesn't work for me.
Wouldn't it be better to watch isVisible
and call focusInput
whenever the value flips to true
?
097219b
to
32230cc
Compare
Resolved @marcoambrosini |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works now :)
32230cc
to
55830a4
Compare
/compile amend / |
For better accesibility, the search input in the global search modal should be focused when the search modal is opened. Resolves: #41651 Signed-off-by: fenn-cs <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
55830a4
to
8c6c0d1
Compare
What about the failing cypress tests? |
none of them seem even remotely connected to this change-set |
/backport to stable28 |
For better accesibility, the search input in the global search modal should be focused when the search modal is opened.
Resolves: #41651