mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
fix(components): [autocomplete] can not fetch suggestions after clear (#6847)
* fix(components): [autocomplete] can not fetch suggestions after clear * style: define valuePresented constant
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
<el-autocomplete
|
||||
v-model="state1"
|
||||
:fetch-suggestions="querySearch"
|
||||
clearable
|
||||
class="inline-input"
|
||||
placeholder="Please Input"
|
||||
@select="handleSelect"
|
||||
@ -20,6 +21,7 @@
|
||||
v-model="state2"
|
||||
:fetch-suggestions="querySearch"
|
||||
:trigger-on-focus="false"
|
||||
clearable
|
||||
class="inline-input"
|
||||
placeholder="Please Input"
|
||||
@select="handleSelect"
|
||||
|
Reference in New Issue
Block a user