ngx-lite
ngx-lite copied to clipboard
NgxInputTagComponent fires "TextChange" event even if text doesn't change
It looks like the textChange event fires on every keyup regardless if the actual text changes.
https://github.com/coryrylan/ngx-lite/blob/ce954f2587d49ce364895275fbc5c038a31bb3b3/projects/ngx-input-tag/src/ngx-input-tag.component.ts#L157