Package
v4.x
Description
The USelect component currently supports icon, avatar, and chip, but not badge.
What about adding badge support similar to the existing options?
Example:
<USelect
:items="[
{ label: 'Inbox', value: 'inbox', badge: '5' },
{ label: 'Drafts', value: 'drafts', badge: '2' }
]"
/>
Additional context
No response
Package
v4.x
Description
The USelect component currently supports
icon,avatar, andchip, but notbadge.What about adding
badgesupport similar to the existing options?Example:
Additional context
No response