UseForm
__type(e: SyntheticEvent<Element, Event>): void
Properties
(Mandatory properties are in bold)| Properties | Type | Description |
|---|---|---|
| add | ||
| clearValidation | ||
| fetching | boolean | |
| field | ||
| Form | FCC<FormProps> | |
| getValidation | ||
| getValue | getValue<T>(fieldName: string): undefined | T | |
| initialized | boolean | |
| loading | boolean | |
| remove | ||
| reset | ||
| setError | ||
| setOK | ||
| setPendingValidation | ||
| setValidation | ||
| setValue | ||
| setValues | ||
| setWarning | ||
| submit | ||
| submitting | boolean | |
| validations | AnonymousObject<default> | |
| values | any |