Checkout the documentation at Github
All fields are valid initially.
valid: true
All fields have their validation tests executed at least once.
validated: false
True when asynchronous validation is in progress on any field.
validating: false
True when form is submitting data.
submitting: false
payload: {
"username": "",
"email": "admin@example.com",
"masked": "",
"typeOptions": {
"types": "letter",
"numberOrString": ""
},
"superhero": ""
}Reset: reset to form original data.
Reset to last saved: Reset to last successfully saved data.