This repository was archived by the owner on Mar 21, 2023. It is now read-only.
This repository was archived by the owner on Mar 21, 2023. It is now read-only.
modelValue as Number #59
Open
Description
I get the following warning when my v-model value is an integer:
Invalid prop: type check failed for prop "modelValue". Expected String | Array, got Number with value 1.
Am i missing a setting or something?
<Select2 :settings="select2Settings" type="number" v-model="assigned_to" :options="users"/>
users: [{
id: 1,
text: 'MD'
},
{
id: 2,
text: 'CR'
},
{
id: 3,
text: 'IL'
},
...
Metadata
Metadata
Assignees
Labels
No labels