Allow boolean values in select input
This commit is contained in:
parent
b5f919e88c
commit
0c7a657062
|
@ -18,7 +18,7 @@ export default {
|
|||
return `select-input-${this._uid}`
|
||||
},
|
||||
},
|
||||
value: [String, Number],
|
||||
value: [String, Number, Boolean],
|
||||
label: String,
|
||||
error: String,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue