[Bug Report] el-select with multiple and filterable property, when I input a char by a composition input method, the 'Enter' action may select the first option.
Open
stale
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Element UI version
2.4.5
### OS/Browsers version
MacOS Mojave / Chrome 81.0.4044.138
### Vue version
2.5.2
### Reproduction Link
https://codepen.io/liushengxi123/pen/yLYqbea
### Steps to reproduce
1. select the first option
2. clear the selected item
3. type 'a' character by a composition input method, such as Chinese Input Method
4. press 'ENTER' key, then the first option is selected.
### What is Expected?
The first option should not be selected while 'ENTER' the search string.
### What is actually happening?
This issue happens on Chrome. Safari and Firefox works ok.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.