-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
BUG: AutoComplete InputSearch或Textarea时 在输入框连续切换会导致无法输入 #7276
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
Labels
Comments
我也遇到了这个问题,在配合使用textarea的时候出现的:
|
我在使用 输入中文之后感觉就像失去了绑定,当文本框失去焦点时才恢复 |
aShu-guo
added a commit
to aShu-guo/ant-design-vue
that referenced
this issue
Mar 1, 2024
aShu-guo
added a commit
to aShu-guo/ant-design-vue
that referenced
this issue
Mar 1, 2024
问题已确认 |
tangjinzhou
pushed a commit
that referenced
this issue
Apr 19, 2024
问题已修复,已合并到主分支 |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
4.1.0
Environment
我使用的操作系统:macOS Sonoma:14.2 使用谷歌、火狐浏览器分别对官网auto-complete 进行了测试都出现了问题
Reproduction link
https://www.antdv.com/components/auto-complete
Steps to reproduce
1.进入官网auto-complete模块:例如:查询模式 - 不确定类目
2.在搜索框里 输入中文 删除继续输入 英文字母 数字 之后会突然导致输入不进去
竟发现不使用 input-search 与 textarea的没有这个问题
What is expected?
正常应该无障碍输入
What is actually happening?
个人感觉是在增加了input 时emit 传递出现了问题
The text was updated successfully, but these errors were encountered: