-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
select组件使用 dropdownRender 对下拉菜单进行自由扩展添加input组件时,input无法聚焦输入 #2571
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
Comments
这个issue好像到现在还没修复. |
有什么解决方案吗 |
@tangjinzhou 这个bug有在修复吗 |
我也遇到了这个问题 <a-input
v-model.trim="search_text"
placeholder="请输入搜索关键字"
style="width: 85%"
@change="onSearch"
@click="e=>e.target.focus()"
/> |
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 |
这个bug 会修复吗 |
下拉面板会隐藏, 要手动控制面板 |
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 |
react版本同样有问题,啊哈哈... |
现在还没修复吗? |
|
@Ben-Ben-B |
没有,之前用e.stopPropagation(),禁止冒泡啥的,没用,还是有问题的,现在这个需求已经砍掉了,所以不管这个了 @jaycethanks |
|
有没有人解决了的呢? |
this solution , hope to help you ~ |
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. |
Version
undefined
Environment
Mac系统,Google Chrome版本83.0.4103.116,Vue 2.6.11
Reproduction link
Steps to reproduce
无
What is expected?
input输入框可以聚焦输入
What is actually happening?
input输入框无法聚焦输入
The text was updated successfully, but these errors were encountered: