IconsDropdown
Choose an icon from the list.
Example
Props
đšī¸ standard props
items IconItemData[]
An array of items to display in the dropdown.
[]values IconItemData[]
An array of selected values in the dropdown.
[]clearable boolean
Determines if the selected values can be cleared.
falsedisabled boolean
Disables the dropdown and its functionality.
falseplaceholder string
The placeholder text when no value is selected.
''width string
The width of the dropdown.
'auto'minWidth string
The minimum width of the dropdown.
'auto'menuWidth string
The width of the dropdown menu.
'60px'đ¨ style props
Slots
Events
onchange
Triggered when a selection changes.
| Attribute | Type | Description |
|---|---|---|
| unselect | IconItemData | undefined | The item that was unselected. |
| select | IconItemData | undefined | The item that was selected. |
| selection | IconItemData[] | The array of selected items. |