InputChip
Props
| Prop name | Description | Type | Default |
|---|---|---|---|
icon | Custom icon. | Icon | null |
disabled | Whether the InputChip can be removed. | boolean | false |
readonly | Whether the InputChip is readonly. | boolean | false |
className | CSS class for the InputChip. | string | '' |
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. |