This is a simple <input type=submit>.
<input type=submit>
Property
Default
Accepted values
Description
buttonText
none
String
text of submit button
onSubmit
Function
Will be called when you press the button
validateBeforeSubmit
false
Boolean
If true, run validation after the button click. If validation is successful, call the onSubmit callback from the schema
Last updated 7 years ago
Was this helpful?