coryrylan/ngx-lite

NgxInputTagComponent fires "TextChange" event even if text doesn't change

Opened this issue · 0 comments

It looks like the textChange event fires on every keyup regardless if the actual text changes.

this.textChange.emit(input.value);