SelectEvent
Specifies the event arguments triggered when a dropdown item is selected.
Props
The following table outlines the props for the SelectEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | MouseEvent<Element> | KeyboardEvent<Element> | TouchEvent<Element> | - | Specifies the original event arguments. |
| itemData | { [key: string]: unknown } | string | number | boolean | null | - | Specifies the selected item's data as a JSON object from the data source. |