Select component options issue solved.
This commit is contained in:
parent
327cbf3c60
commit
336e581ab7
@ -324,7 +324,7 @@ export default {
|
||||
description: "Selectbox input placeholder text"
|
||||
},
|
||||
formClasses: {
|
||||
type: String,
|
||||
type: Array,
|
||||
default: null,
|
||||
description: "Selectbox input class name"
|
||||
},
|
||||
@ -343,11 +343,7 @@ export default {
|
||||
default: null,
|
||||
description: "Selectbox selected value"
|
||||
},
|
||||
options: {
|
||||
type: Array,
|
||||
default: [],
|
||||
description: "Selectbox options"
|
||||
},
|
||||
options: null,
|
||||
|
||||
model: null,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user