Element UI version
2.12.0
OS/Browsers version
75.0.3770.100
Vue version
2.6.10
Reproduction Link
https://codepen.io/AnnushkaSh/pen/aggoPE
Steps to reproduce
Createmultiple and filterableel-select.
Click on select component and then click on the input area.
What is Expected?
el-select-dropdown component will be closed
What is actually happening?
el-select-dropdown component is not closing
It's dublicate #16559 and fixed in current version (2.12), but be reproduced again :-( .
4条答案
按热度按时间ylamdve61#
Yes, I also encountered the same problem. The real source of the issue is the
filterable
attribute. This is really an annoying bug. My version is2.12.0
, the latest version currently.pwuypxnk2#
Yes, I also encountered the same problem. The real source of the issue is the
filterable
attribute. This is really an annoying bug. My version is2.12.0
, the latest version currently.I'm sorry, I use current version too, edit my ussue.
4uqofj5v3#
I don't think it should be close easily.
We can consider the case which follow these steps below.
For now, it have this problem in el-select.
svmlkihl4#
any solution for this?