How can i prevent the focus event from propagating onto the child element in the modal #1060
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a form element which inherits the focus from the Modal and for some reason the input elements don't respond when i start typing.
I looked into the events attached to the form and it's nodes and found out that the focus event is receiving an event which fires infinitely. In chrome Devtools ,removing the event fixes the issue. So i was wondering if there's any way to disable this behaviour. I've read through some related issues, docs but nothing works.
The line marked with
>>>
was highlighted as the root cause of this issueBeta Was this translation helpful? Give feedback.
All reactions