React TagBox - InputEvent

The type of the input event handler's argument.

import { TagBoxTypes } from "devextreme-react/tag-box"
Type: TagBoxTypes.InputEvent

Used in:

component

The UI component's instance.

Selector: Component
Type:

TagBox

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event