You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the two TextFields defined per below. When the button in displayAmount is clicked, displayAmount.Text is copied to editAmount.Text and the latter becomes visible in place of the former. However, I cannot seem to set the focus and cursor position for editAmount and the border colour does not change until I click into the field. Is there a way to set its focus when making it visible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the two TextFields defined per below. When the button in displayAmount is clicked, displayAmount.Text is copied to editAmount.Text and the latter becomes visible in place of the former. However, I cannot seem to set the focus and cursor position for editAmount and the border colour does not change until I click into the field. Is there a way to set its focus when making it visible?
Beta Was this translation helpful? Give feedback.
All reactions