Add ellipsis on text overflow

Is it possible to add ellipsis to ion-textarea? And how?

Can you explain what’s ellipsis?

It’s the three dots when text overflows.

What about using pure CSS?
Inspect the ion-textarea to get the element you want to edit and add the text-overflow: ellipsis via css?

1 Like