element [Bug Report] el-select with multiple and filterable property can not be closed by clicking the input area

nqwrtyyt  于 2022-11-02  发布在  其他
关注(0)|答案(4)|浏览(155)

Element UI version

2.12.0

OS/Browsers version

75.0.3770.100

Vue version

2.6.10

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 :-( .

ylamdve6

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 is 2.12.0 , the latest version currently.

pwuypxnk

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 is 2.12.0 , the latest version currently.

I'm sorry, I use current version too, edit my ussue.

4uqofj5v

4uqofj5v3#

I don't think it should be close easily.
We can consider the case which follow these steps below.

  1. I input the search string (like "appe", actually should be "apple") in multiple and filterable el-select.
  2. I will click the string between "app" and "e", the dropdown will be closed! I have no way to edit.

For now, it have this problem in el-select.

svmlkihl

svmlkihl4#

any solution for this?

相关问题