Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(text-area): fix a textarea with an autosize cursor jump to the end when typing korean #7121

Closed

Conversation

cchaiyatad
Copy link

Background

When using textarea with autoSize attribute and type Korean in a middle of the textarea, the cursor will move to the end.

How to reproduce

  1. Open textarea
  2. Type a random message
  3. Move cursor to a middle of the the textarea and switch to Korean keyboard (in a video is 2-set)
  4. Press a to type multiple time.
before.mov

Fix

As mention in this issue, remove this css will fix the problem. The styling was added in version 1.5.0 (PR, file)

after.mov

Related

#5922

@cchaiyatad cchaiyatad deleted the fix/text-area-korean branch November 1, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant