After binding https://github.com/jackmoore/autosize to textarea
s within a v-for
loop, I've noticed an unexpected data persistence issue while expanding the array linked to that list:
While inputs on the left side move downward as intended, new textarea
s on the right side retain the value of the previous textarea
!
View code here: https://jsfiddle.net/adrienjoly/Lb3yqdso/6/
Any suggestions on how to resolve this mapping/binding problem?