c-select-values¶
A multi-select input component for collections of non-object values (primarily strings and numbers).
Tip
It is unlikely that you'll ever need to use this component directly - it is highly recommended that you use c-input instead and let it delegate to c-select-values for you.
Props¶
for: string | CollectionProperty | CollectionValue
A metadata specifier for the value being bound. One of:
- A string with the name of the value belonging to
model
. - A direct reference to a metadata object.
- A string in dot-notation that starts with a type name.
- A string with the name of the value belonging to
model?: Model
- An object owning the value that was specified by the
for
prop. value: any
- If binding the component with
v-model
, accepts thevalue
part ofv-model
.