FormSubmitClickEvent
Interface
Contains data for the form submit click event.
Definition
Package:@progress/kendo-react-form
Properties
event?
SyntheticEvent<any, Event>
Contains the original browser event that triggered the submit.
isModified
boolean
Shows whether any form fields have been changed from their initial values.
isValid
boolean
Shows whether the form passes all validation rules.
values
{ [name: string]: any }
Provides the current values from all form fields.