New to KendoReactLearn about KendoReact Free.

UseKendoPasteOptions

Updated on Feb 6, 2026

Options for the useKendoPaste hook.

NameTypeDefaultDescription

enabled?

boolean

true

Whether the smart paste subscription is enabled. When false, the hook will not listen for smart paste events.

fieldName?

string

The field name to listen for in the smart paste event. This is typically the component's name or id prop. When the event contains a value for this field, the onValueChange callback is called.

If undefined or empty, the hook will not subscribe to events.

onValueChange

(value: any) => void

Callback fired when a value is received for this field from the smart paste event.

Not finding the help you need?
Contact Support