New to KendoReactStart a free 30-day trial

FormHandle

Component

Represent the ref of the Form component.

A Functional Component.

Definition

Package:@progress/kendo-react-form

Properties

errors

KeyValue​<string>

fields

string[]

formErrors

undefined | KeyValue​<string>

modified

KeyValue​<boolean>

props

Readonly​<FormProps>

touched

KeyValue​<boolean>

visited

KeyValue​<boolean>

Methods

Method for emiting changes to a specific field outside the form component.

Use onChange only if you cannot achieve the desired behavior through the Field component by FormRenderProps.

Parameters:namestringoptions{ value: any }

Method for resetting the form state outside the form component.

Use onReset only if you cannot achieve the desired behavior through the Field component or by FormRenderProps.