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
The closest thing I could find in the code is a call to handleInputFocus which may be assuming the cursor should be at the end of the input, or by giving the field focus the browser automatically places the cursor at the end? not sure.
The text was updated successfully, but these errors were encountered:
@jasan-s nope doesn't change the behavior. To be more specific the TextField resides within a Dialog. And the first time it's interacted with is after the area has been populated with text. The user then focuses into the TextField to change the default message and then the cursor jumps to the end of the message after the first keypress. Afterwards, and after multiple relaunches, editing the TextField works normally.
Problem description
After you give a multiline TextField focus. The first call to onChange causes the change to be made and the cursor skips to the end of the input.
Steps to reproduce
Versions
The closest thing I could find in the code is a call to handleInputFocus which may be assuming the cursor should be at the end of the input, or by giving the field focus the browser automatically places the cursor at the end? not sure.
The text was updated successfully, but these errors were encountered: