bietkul / react-reactive-form

Angular like reactive forms in React.
MIT License
309 stars 32 forks source link

FormArray removeAt(index) remove a FormControl, always remove last FormControl #33

Closed rannuo closed 5 years ago

rannuo commented 5 years ago

FormArray removeAt(index) remove a FormControl, always remove last FormControl

rannuo commented 5 years ago

sorry , I didn't give a key to FieldControl in render

sathishobili commented 5 years ago

sorry , I didn't give a key to FieldControl in render

Any Solution to delete based on index ( removeAt(index) noting working )

anuragnema143 commented 2 months ago

I am getting the same issue even passing unique keys