React-Text-Truncate
React-Text-Truncate copied to clipboard
Truncate multi-lines text for all browsers base on react.js
Bumps [terser](https://github.com/terser/terser) from 4.6.1 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
https://user-images.githubusercontent.com/33395829/170880506-13aea3f3-97d7-4bc2-9c12-bceed180dd27.mp4 When I load/refresh the page, there is an interval before text is truncated.
When I click the show more the additional text doesn't show. It seems to reload the page
`` simply displays '...'. If I add another character to make it 'V33', for instance, it displays text. The div container this is in is 320px, so plenty of room...
I'm working on a Typescript/React project and having trouble referencing the necessary update method to manually trigger truncation after some CSS animation. Could you provide any guidance?
Hi there, I am using `react-text-truncate` on a SSR project using next.js and am finding that on initial page load the text is un-truncated, although truncation occurs after resizing the...
When returning back to the original page with textTruncate active, the text disappears. The span created by the TextTruncate package, doesn't appear in the inspect element DOM and has vanished....
Using `text-transform` CSS property is not applied to canvas text, therefore text might be truncated incorrectly. Example using `text-transform: uppercase`: https://codesandbox.io/s/texttruncate-forked-doxrn
Unit test fails on my component which uses TextTruncate library. I try to mount my component using enzyme and got the following error. `TypeError: Cannot set property 'font' of null...
Thanks for making a great package! While playing around with it in a project, I came across an issue where sometimes (depending on the text and screen size), an extra...