Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textChange is emitting the changed value twice, once with empty string and again with actual value #143

Open
bjdash opened this issue Apr 4, 2021 · 1 comment

Comments

@bjdash
Copy link

bjdash commented Apr 4, 2021

I have added ace editor in one of my component as
<ace-editor style="height: 100px;width:100%;" class="apic-ace" [text]="name" (textChange)="updated($event)">

Now if I change the value of name, the textChange event is triggered twice, once with empty string and again with actual value.

Here is a example reproducing the issue.
https://stackblitz.com/edit/angular-upeurq

@bjdash
Copy link
Author

bjdash commented Jun 13, 2022

Any plans for fixing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant