Hello, no-coders!
Is it possible to limit content in a text element by the number of characters (not in the input field, but in the “text” element)?
Right now you can do “dynamic trimming” of content if you set the height of the text element, and if the content doesn’t fit in the block, the displayed content is automatically trimmed.
This doesn’t really work for me, I have some animation when resizing. And if the text is very large, the animation is very “slow”, made “jerks” instead of smooth movements. I assume this has to do with calculating the output in the text element, especially if the text is displayed with extended formatting.
No matter how I’ve tried to get around this, it doesn’t work. Therefore, the solution may be to output a certain number of characters in the text element, regardless of the change in block size in height or width.
Maybe someone had a similar problem? Is there a possible solution?
In the “Input” element there is a possibility to trim by the specified characters, but in the text element there is no such possibility.


