mirror of https://github.com/ElemeFE/element
fix: select组件开启filterable后,输入框点击失焦问题
fix: select组件开启filterable后,输入框点击失焦问题pull/21805/head
parent
a2683e975e
commit
c6a378f2b4
|
@ -50,6 +50,7 @@
|
|||
:autocomplete="autoComplete || autocomplete"
|
||||
@focus="handleFocus"
|
||||
@blur="softFocus = false"
|
||||
@click.stop="() => {}"
|
||||
@keyup="managePlaceholder"
|
||||
@keydown="resetInputState"
|
||||
@keydown.down.prevent="navigateOptions('next')"
|
||||
|
|
Loading…
Reference in New Issue