The "focus" method sometimes works, sometimes it doesn't. #784
r1z4x
started this conversation in
4. General
Replies: 1 comment
-
Focus is a standard browser api, if it doesn't work, it's likely that you are trying to focus and element which is not visible yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
As soon as I opened the modal window, there was no focus focus. I supported it with "settimeout". But still, focus works sometimes. Sometimes it doesn't work.
` openModal(id) {
Beta Was this translation helpful? Give feedback.
All reactions