Closed
Description
"@coreui/coreui": "3.0.0",
"@coreui/icons": "1.0.1",
"@coreui/vue": "3.0.0",
In the docs, there's no prop available allowing for selecting multiple values in the CSelect
component.
However, if I do provide the prop :multiple="true"
, it correctly renders a multi-select like the example from bootstrap-vue. I'm able to select multiple items and the rendering seems ok.
The only issue is with the :value.sync
prop: it only returns string
instead of string[]
Metadata
Metadata
Assignees
Labels
No labels