New to KendoReact? Learn about KendoReact Free.
UseKendoPasteOptions
Updated on Feb 6, 2026
Options for the useKendoPaste hook.
| Name | Type | Default | Description |
|---|---|---|---|
enabled? |
|
|
Whether the smart paste subscription is enabled. When false, the hook will not listen for smart paste events. |
fieldName? |
|
The field name to listen for in the smart paste event.
This is typically the component's If undefined or empty, the hook will not subscribe to events. | |
onValueChange |
|
Callback fired when a value is received for this field from the smart paste event. |