You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It cuts off in the middle of the word to go to the next line. For example, the code below renders as:
This is a very long text, just fo
r testing purposes and nothi...
<LinesEllipsis
text="This is a very long text, just for testing purposes and nothing else"
maxLine="2"
ellipsis="..."
trimRight={true}
basedOn="letters"
/>
My problem is that in the middle of the word for it breaks to a next line. I've also tried basedOn="words" and trimRight={false} but it would still cut of after the o in the word for.
The text was updated successfully, but these errors were encountered:
It cuts off in the middle of the word to go to the next line. For example, the code below renders as:
My problem is that in the middle of the word
for
it breaks to a next line. I've also triedbasedOn="words"
andtrimRight={false}
but it would still cut of after theo
in the wordfor
.The text was updated successfully, but these errors were encountered: