I had an issue with [ellipsis-content] not detecting a change when the changed value is empty.
My specific use case is a form field with a live preview. The live preview is using ngx-ellipsis. If I clear the contents of the form field, the preview doesn't get updated (due to an empty string being falsy in JavaScript).
I had an issue with [ellipsis-content] not detecting a change when the changed value is empty.
My specific use case is a form field with a live preview. The live preview is using ngx-ellipsis. If I clear the contents of the form field, the preview doesn't get updated (due to an empty string being falsy in JavaScript).