Replies: 1 comment 1 reply
-
|
I'm not sure what the problem is: no dialog is automatically closed when it loses focus without this behavior being specifically implemented. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I want to create a custom keyboard component and I want a dialog for that, the problem is the dialog gets closed the moment I click outside the dialog. However, the built-in keyboard component only loses focus when clicked outside, and I can return to that dialog again.
So how can I make the custom component's dialog behave like that?
Beta Was this translation helpful? Give feedback.
All reactions