mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [autocomplete] clearable and disabled props not working (#11714)
* fix(components): [autocomplete] clearable and disabled props not working * fix(components): [autocomplete] add name props to input (#11714)
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
<el-input
|
||||
ref="inputRef"
|
||||
v-bind="attrs"
|
||||
:clearable="clearable"
|
||||
:disabled="disabled"
|
||||
:name="name"
|
||||
:model-value="modelValue"
|
||||
@input="handleInput"
|
||||
@change="handleChange"
|
||||
|
||||
Reference in New Issue
Block a user