validate()
Specification
Definition
type Validate = () => Promise<boolean>Use cases
Submitting multiple forms at once
Logic dependent on the runtime validity of a form
Example
Simple example
Using async/await
Last updated