InputChip
Props
Prop name | Description | Type | Default |
---|---|---|---|
icon | Custom icon. | Icon | null |
disabled | Whether the input chip can be removed. | boolean | false |
Methods
Method name | Description | Signature |
---|---|---|
focus | Focus the chip. |
Events
Event name | Properties | Description |
---|---|---|
click-chip | Emitted when a chip is clicked by the user. | |
remove-chip | method 'button'|'Backspace'|'Delete' - How the chip was removed | Emitted when a chip is removed by the user. |
arrow-left | Emitted when the user presses the left arrow key. | |
arrow-right | Emitted when the user presses the right arrow key. |
Slots
Name | Description | Bindings |
---|---|---|
default | Chip text. |