Replies: 1 comment
-
Actually, I just found out that TextEdit could be a child of FocusScope :
This works |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Say I create a dialog that holds a TextEdit.
I would like to be able to close the Dialog when hitting the "Escape" key.
So I'd like to write something like this :
Of course, this cannot be "self" in the comment above.
Is there a way to do this ?
Beta Was this translation helpful? Give feedback.
All reactions