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

I am facing an issue with React functional component. I have initialized the formgroup but after every renders it reinitializes the form variable. Is this support React functional components and...

A control value with only whitespace should be considered empty. Add a trim on the function that check for empty values.

react-dom.development.js:67 Warning: Legacy context API has been detected within a strict-mode tree. The old API will be supported in all 16.x releases, but applications using it should migrate to the...

Hello, I have this dynamically build fieldConfig and I have nested controls inside, see `phoneNumberRow` prop. How can I render the form with a `div` around the two controls `phoneNumberPrefix`...

![react-reactive-form-error](https://user-images.githubusercontent.com/14858388/77084000-5a9fa400-6a24-11ea-903a-7f1d722ddef6.PNG) In Edit mode after update the field values form Invalid until we enter & change something in required fields.

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug

**Describe the bug** To remove multiple controls from dynamic FormGroup not working with removeAt. My case i want to remove multiple FormControls from FormGroup then need to push new multiple...

**Describe the bug** When we touch or change Switch value. Touched property don't change. **To Reproduce** Steps to reproduce the behavior: 1. Change Switch value 2. Check form control touched...

bug
Needs Investigation

Hi there, Great lib, thanks!! Similar to this comment on your medium post: https://medium.com/@kuldepsaxena155/eyosiyas-tadele-thanks-for-using-this-library-a22abff25a28 I have some custom controls in the wizard sample, but the sample assumes the field control...

**Describe the bug** I am using the async validator example you provided and added a listener to the form to watch status change. Works fine for sync validators but for...

Needs Investigation