I use vaadin 8. I need some help about RichTextArea.
- To make RichTextArea height dynamically changeable. When text achieves max height it creates vertical scroll but i don't want that scroll. I need to increase its height dynamically.
- How to wrap text in RichTextArea. I stil can't find the way.
I don't see any elegant way to make this component increase its height to avoid vertical scroll bar.
And your second point is quite strange : word-wrap is the default behavior in richtextarea component. You can check it on official demo : https://demo.vaadin.com/sampler/#ui/data-input/text-input/rich-text-area
Regards
Sebastien