mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-01 11:47:41 +08:00
Fixes #7728
This commit is contained in:
parent
762f337b2c
commit
d2908487d7
@ -5,6 +5,7 @@
|
||||
:readonly="!editable || readonly"
|
||||
:disabled="disabled"
|
||||
:size="size"
|
||||
:id="id"
|
||||
v-clickoutside="handleClose"
|
||||
:placeholder="placeholder"
|
||||
@focus="handleFocus"
|
||||
@ -209,6 +210,7 @@ export default {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
id: String,
|
||||
popperClass: String,
|
||||
editable: {
|
||||
type: Boolean,
|
||||
|
@ -47,6 +47,7 @@
|
||||
:placeholder="currentPlaceholder"
|
||||
:name="name"
|
||||
:size="size"
|
||||
:id="id"
|
||||
:disabled="disabled"
|
||||
:readonly="!filterable || multiple"
|
||||
:validate-event="false"
|
||||
@ -171,6 +172,7 @@
|
||||
value: {
|
||||
required: true
|
||||
},
|
||||
id: String,
|
||||
size: String,
|
||||
disabled: Boolean,
|
||||
clearable: Boolean,
|
||||
|
Loading…
Reference in New Issue
Block a user