- Notifications
You must be signed in to change notification settings - Fork246
fix(module: textarea-item) fix ngModel#887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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. |
Uh oh!
There was an error while loading.Please reload this page.
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