Goo day,
I have one dropdown and a textfield inside a table with one row and an Add button.
The row is repeatable, now when I select a value from the dropdown, say "23" and it populates the textfield say with "Jordan".
I then click the addButton to add a new row, now I select "7" in the new dropdown and its suppose to populate the new textfield with "David Villa" ,
instead of doing that it replaces what was on the initial textfield("Jordan") with David Villa leaving the new textfield empty.
Can someone please help me.
Another thing, I have to select twice for the dropdown to fire, why is that?