FieldWithValidation
No documentation has been provided.
Properties
| Name | Type | Description |
|---|---|---|
| derivation r | string | undefined | Shorthand for simple computed/derived fields. The expression is evaluated whenever its dependencies change, and the result is set as this field's value. Has access to For conditional derivations or derivations targeting other fields, use the full |
Example usage | ||
| email r | boolean | undefined | |
| logic r | | |
| max r | number | undefined | |
| maxLength r | number | undefined | |
| min r | number | undefined | |
| minLength r | number | undefined | |
| pattern r | string | RegExp | undefined | |
| required r | boolean | undefined | |
| schemas r | | |
| validationMessages r | | |
| validators r | | |