PxSchemaMultiSelect
A multi-select dropdown that reveals extra sub-fields for each selected option. Backed by a field.options[0].options list for the dropdown, and field.components for the sub-fields shown per selection (matched by key).
Usage
Demo
Select...
Selected: None
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| fieldrequired | object | — | Field definition. `field.options[0].options` supplies the dropdown options; `field.components` supplies the sub-fields shown per selected option, matched by key. |
| modelValue | unknown[] | [] | Array of selected option values. Use with v-model. |
Emits
| Event | Payload | Description |
|---|---|---|
| update:modelValue | unknown[] | Emitted on selection change. |