Is there a way to set the focus on a specific Input_text? #1965
Unanswered
KahunaTheElder
asked this question in
Support
Replies: 1 comment
-
dpg.focus_item() |
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
-
In the app I am writing, I am putting input_text fields into different groups so that I can keep things horizontal. When the field is filled and entered in the first group, the second group loads and has another Input_text.
But when I do that, the focus does not go to the new box. It is unfocused, and I have to tab twice to get to it. The first tab gets me to the first box, the second to the second box.
Is there a way to direct focus to a field on its creation? And can the same idea be applied to buttons (i.e. a default button)
Current code:
Beta Was this translation helpful? Give feedback.
All reactions