ChipClickEvent
Specifies the event arguments triggered when the chip is clicked.
Props
The following table outlines the props for the ChipClickEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | MouseEvent<HTMLDivElement> | - | Specifies the original event arguments. |
| itemData | - | Specifies the currently selected list item. |