Open
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.1.4
Environment
vue version: vue 3.0.1 , browser version: chrome 90.0.4430.212(正式版本)
Reproduction link
https://stackblitz.com/edit/vue-u346sc?embed=1&file=src/components/HelloWorld.vue
Steps to reproduce
select下拉插槽放一个input搜索框,点击输入框就会失去焦点,这个antdv 1.7.5,和2.1.6都有这个问题,请问下什么时候可以修复下,然后我用react的antd写了同样一个下拉搜索就没这个问题
What is expected?
select下拉插槽放一个input搜索框,点击输入框输入内容,下拉步会收起来
What is actually happening?
select下拉插槽放一个input搜索框,点击输入框就会失去焦点,下拉自动收起
https://stackblitz.com/edit/vue-u346sc?embed=1&file=src/components/HelloWorld.vue