Flowui resizable textarea

how to add a resizableTextArea with FlowUI???

found it…

might need to go through the Vaading flow docu as well :slight_smile:

infoField.getStyle().set(“resize”,“both”);
infoField.getStyle().set(“overflow”, “auto”);