Form validation
Validation is achieved by applying isInvalid
and optionally error props onto the EuiForm or EuiFormRow components. Errors are optional and are passed as an array in case you need to list more than one. You can also hide the callout by passinginvalidCallout=“none“
Loading...