Commit d2908487 authored by Chris Anderson's avatar Chris Anderson Committed by 杨奕

Fixes #7728

parent 762f337b
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment