Hi,
I am facing a different issue in Angular (using v6). i am using template driven and 2 way binding.
Steps:
Submit a form with ngmodel object and got an error from REST API. User stays with same screen and modified fields with valid values and submit again.
when submitting form second time all the control values are sent as comma separated with oldvalue and new value.
ex: Lets say field Name entered as 'Ravi' on first submit and failed from Rest API and entered as 'Ravi Kiran' and submitted. here the value sent as "Ravi,Ravi Kiran"
Please let me know how do i resolve this issue.
Note: i don't want to loose my entered data and i wanted to modify and submit.
Regards
Ravikiran