New to KendoReactLearn about KendoReact Free.

SmartPasteFormField

Updated on Feb 6, 2026

Represents a form field configuration used by the SmartPaste component to identify and populate form inputs.

NameTypeDefaultDescription

allowedValues?

string[]

An optional array of allowed values for fields with predefined options (e.g., dropdowns, radio buttons).

description

"null" | string

A description of the field that helps the AI understand what data to extract.

field

string

The unique identifier for the form field (e.g., field name or id).

type

"string" | "number" | "boolean" | "fixed-choices" | "kendo-input"

The type of the field which determines how the value should be processed.

The available options are:

  • string - Text-based input fields
  • boolean - Checkbox or toggle fields
  • number - Numeric input fields
  • fixed-choices - Fields with predefined options (e.g., dropdowns, radio buttons)
  • kendo-input - KendoReact input components
Not finding the help you need?
Contact Support