We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.2.6
chrome 131.0.6778.109, vue ^3.4.29
https://github.com/clddup/antdv-auto-complete-bug
期望我回车时候 不修改我的值改为之前提示列表第一项, 因为这时候我的提示列表是空的
我的输入框值被改为了之前 提示列表第一项
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
我也发现了,但是v3的版本不会这样子
我也发现了,但是v3的版本不会这样子 输入1234点击键盘回车,将字符串发出完成后将绑定值设置为"" 再次鼠标键入点击回车,它又把历史options给发出去了
我目前的解决方案是吧 defaultActiveFirstOption 设置为 false, 不会触发这个bug
fix: AutoComplete 回车bug vueComponent#7971
bc99fd0
No branches or pull requests
Version
4.2.6
Environment
chrome 131.0.6778.109, vue ^3.4.29
Reproduction link
https://github.com/clddup/antdv-auto-complete-bug
Steps to reproduce
What is expected?
期望我回车时候 不修改我的值改为之前提示列表第一项, 因为这时候我的提示列表是空的
What is actually happening?
我的输入框值被改为了之前 提示列表第一项
The text was updated successfully, but these errors were encountered: