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'm trying to make command input field that will have both autocomplete and up down arrow key feature where it inputs previously typed command.
It works fine now, but it puts text cursor at beginning when I just edit the String that is used as input text field. I want to move the cursor to end whenever I edit the String programmatically.
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make command input field that will have both autocomplete and up down arrow key feature where it inputs previously typed command.
It works fine now, but it puts text cursor at beginning when I just edit the String that is used as input text field. I want to move the cursor to end whenever I edit the String programmatically.
Beta Was this translation helpful? Give feedback.
All reactions