New to KendoReactStart a free 30-day trial

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

Definition

Package:@progress/kendo-react-buttons

Properties

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