-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
C: VSelectT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing features
Milestone
Description
Problem to solve
Sometimes you want a image to both be presented in the dropdown and selected state for a item. This can be customized to work using slots. However setting a single prepend-image=url is much simpler.
It also makes sense to add append-image prop at the same time to aligned with icon props.
Proposed solution
prepend-image
<v-select
v-model="targetCritt"
:items="targetCritts()"
item-title="levelAndNameAndXp"
item-value="id"
prepend-image="imageUrl"
return-object
></v-select>
or
item-prepend-image
<v-select
v-model="targetCritt"
:items="targetCritts()"
item-title="levelAndNameAndXp"
item-value="id"
item-prepend-image="imageUrl"
return-object
></v-select>
Metadata
Metadata
Assignees
Labels
C: VSelectT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing features