Form

Components used to create a Form using supplied properties to specify fields.

Classes

Name Description  
Field Component that represents a single field in an input form.  
Form Component used to create a Form using supplied properties to specify the fields of the Form.  

Constants

Name Description  
FormContext React context used by Form as a Provider and by the Fields as Consumers and updaters.  

Interfaces

Name Description  
FieldDef Interface used to define each Field in a Form  
FieldDefinitions Key/value pairs for all the field definitions to be displayed in a Form.  
FieldProps Properties used to create a Field in a Form  
FieldValues Key/value pairs for all the field values with key being the field HTML Id.  
FormContextState FormContextState combines the Form's state data with the callbacks used to update the value of the state data.  
FormProps Properties that define Form including the callback to be called when the Submit button is pressed.  

Type Aliases

Name Description  
FieldEditor The available editors for the fields in a Form.  

Last Updated: 10 December, 2021