reactjs - When TransitionMotion is inside FieldArray then Field loses original value on leave animation -
i have transitionmotion inside fieldarray component.
when element removed middle of array willleave animation begins. values in field components changed values next line of array.
react-motion can not save original values because styles prop contains member[1].name , not value itself. there way bypass this?
or there isanimation flag can substitute field fake input during animation?
Comments
Post a Comment