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?

sandbox


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -