Closed padu closed 4 years ago
Implementing ngx-ellipsis, we came across a requirement to show tooltip on mouse over only when ellipsis are not present or text overflow.
Right now we don't have any way which pragmatically indicate the status of ellipsis presence.
There are multiple ways we can provide this access.
This MR is just to make isOverflowing method public as it would create a way for user to check its state from ViewChild instance in angular component.
Implementing ngx-ellipsis, we came across a requirement to show tooltip on mouse over only when ellipsis are not present or text overflow.
Right now we don't have any way which pragmatically indicate the status of ellipsis presence.
There are multiple ways we can provide this access.
This MR is just to make isOverflowing method public as it would create a way for user to check its state from ViewChild instance in angular component.