-
Notifications
You must be signed in to change notification settings - Fork 24
Vuetify: MultiSelectComponent
Mike Lyttle edited this page Jul 5, 2023
·
1 revision
- Swap
<MultiSelectComponentfor<v-select>. - Swap
:valuesand@update:valuesprops forv-model. - Swap
:optionsprop for:items. - Swap
placeholderprop forhint.- Optionally, apply the
persistent-hintprop.
- Optionally, apply the
- Populate
labelprop to identify the field. - Apply the
multiple,chips,closable-chips, andhide-selectedprops to imitate<MultiSelectComponent>behaviour. - Apply the
eagerprop to improve performance with a large number of items.
<v-select
v-model="selectedMedicationOptions"
:items="medicationOptions"
label="Medications"
hint="Choose medications"
persistent-hint
multiple
chips
closable-chips
hide-selected
eager
/>

-
Developer Standard and Processes
-
Workstation Setup
-
IDE Configuration
-
Application Config
-
RedHat SSO Authorization Server
-
Known Issues