FormHandle
Component
Represent the ref of the Form component.
Definition
Package:@progress/kendo-react-form
Properties
fields
string[]
formErrors
undefined | KeyValue<string>
validatorsByField
KeyValue<undefined | FieldValidatorType | FieldValidatorType[][]>
Methods
Method for emiting changes to a specific field outside the form component.
Use
onChangeonly 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
onResetonly if you cannot achieve the desired behavior through the Field component or by FormRenderProps.