I have a array of quote items that created dynamically by user. By default there is an item in list. When I click on new item, a null object push
to array. Until now every things is OK, but when I add 3rd record, 2nd and 3rd record confuse to each other and every things that change in 3rd record as real time apply to 2nd record. It's my sample code:
https://codepen.io/anon/pen/gXZLZy
This problem has raised after adding the deletion function
What should I do?