Open sharky559 opened 1 year ago
I'm sorry, I can't reproduce the problem you mentioned. Can you give me a demo on StackBlitz?
I'm sorry, I can't reproduce the problem you mentioned. Can you give me a demo on StackBlitz?
When the value of the textarea input changes, you can see that the ngModelChange method is triggered twice, which doesn't look quite normal. https://stackblitz.com/edit/angular-hrkf1c?file=src%2Fapp%2Fapp.component.ts
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
When a textarea is entered with a value, this._onChange is triggered in both of the following places, which causes the value of the form control to be triggered twice, leading to a number of problems
What is the new behavior?
Does this PR introduce a breaking change?
Other information