-
Notifications
You must be signed in to change notification settings - Fork 947
Open
Labels
enhancementNew feature or requestNew feature or requesttriageAwaiting initial review and prioritizationAwaiting initial review and prioritizationv4#4488#4488
Description
Package
v4.x
Description
Add the addition of `Model Modifiers' for components:
- Select
- SelectMenu
- InputMenu
This feature is sorely lacking.
An example from a working draft (and there are many such lines):
<USelect
:model-value="infoForm.priority ?? undefined"
:items="segmentPriorityItems"
@update:model-value="infoForm.priority = $event"
/>But I want to
<USelect
v-model.optional="infoForm.priority"
:items="segmentPriorityItems"
/>I tried to add it myself, but it didn't work out the first time.
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriageAwaiting initial review and prioritizationAwaiting initial review and prioritizationv4#4488#4488