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 -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/2fa68eb0-8d26-4218-821f-a76f3625faea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
