react-reactive-form icon indicating copy to clipboard operation
react-reactive-form copied to clipboard

Angular like reactive forms in React.

Results 23 react-reactive-form issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The `FieldArray` ; `FieldControl` and `FieldGroup` components all share the same render function type definition via the `GroupProps` interface: ```ts render?: ( control: FormArray | FormControl |...

Invariant Violation: View config getter callback for component `input` must be a function (received `undefined`). Make sure to start component names with a capital letter.

this example doesnt work https://github.com/bietkul/react-reactive-form#using-formgenerator when you submit for the results are empty - copy code in new project - run code - fill in the form with values -...