-
I want to listen to the keyboard up and down key events in the EditView to update the selected state of the corresponding SelectView. I temporarily disabled SelectView and added a global_callback, it would be nice if EditView could provide the ability to add event listeners. |
Beta Was this translation helpful? Give feedback.
Answered by
gyscos
Sep 11, 2022
Replies: 1 comment
-
Hi, and thanks for the question! You can wrap any view into an |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lisiur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, and thanks for the question!
You can wrap any view into an
OnEventView
, on which you can attach various callbacks.