Enabling disableInteractiveElementBlocking prevents onFocus on button children #815
Unanswered
tomasprieboj
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋
there was a need for us to enable
disableInteractiveElementBlocking
(we want to enable drag on button children). From the docs we can see that enabling this will "...render the interactive element unusable" but I would like to know more details.In this example we can see that
onClick
is triggered butonFocus
is not. By commenting outdisableInteractiveElementBlocking
, the button will behave normally andonFocus
is triggered. Am I missing something?Thanks ❤️
Beta Was this translation helpful? Give feedback.
All reactions