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
2.0.0-beta.11
vue3.0.2 Chrome86.0.4240.75
https://2x.antdv.com/components/select-cn/
<a-select style="width: 100%"> <a-select-option v-for="i in 25" :key="(i 9).toString(36) i"> 11123123123123 </a-select-option> </a-select>
<div style="background-color: red"> <a-input allowClear placeholder="Basic usage0" /> <a-input placeholder="Basic usage1" /> </div>
bug 修复
当下拉框选择一次后 不失去焦点的情况下第二次点击时下拉选项无法展现 input使用allowClear 如果有背景色的情况下显示问题
The text was updated successfully, but these errors were encountered:
fix: select cannot open #3070
bd3bb02
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
No branches or pull requests
Version
2.0.0-beta.11
Environment
vue3.0.2 Chrome86.0.4240.75
Reproduction link
https://2x.antdv.com/components/select-cn/
Steps to reproduce
What is expected?
bug 修复
What is actually happening?
当下拉框选择一次后 不失去焦点的情况下第二次点击时下拉选项无法展现
input使用allowClear 如果有背景色的情况下显示问题
The text was updated successfully, but these errors were encountered: