-
-
Notifications
You must be signed in to change notification settings - Fork 49.3k
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: preserve caret position🐛 #23633
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 47c841f:
|
Codecov Report
@@ Coverage Diff @@
## master #23633 +/- ##
==========================================
- Coverage 98.50% 98.46% -0.05%
==========================================
Files 363 363
Lines 7209 7211 +2
Branches 2000 1952 -48
==========================================
- Hits 7101 7100 -1
- Misses 108 111 +3
Continue to review full report at Codecov.
|
能加一个test case 判断下光标在不在原位置吗? |
没有再另外写一个test case,在 |
🤔 This is a ...
🔗 Related issue link
fix #23524
ref: #15173
💡 Background and solution
The caret in
Password
component will move to the start position of text after change display mode📝 Changelog
Password
caret positionPassword
组件输入光标位置☑️ Self Check before Merge