To create a "text area" in compose, should I actua...
# compose
c
To create a "text area" in compose, should I actually set a fixed height, or is there a way to set a max number of lines, or should I calculate height based dynamically by measuring font size or something.
d
You could try the maxLines property.
👍 1
c
@dewildte I tried that, but it only stops the item from growing, but doesn't set a minimal max height.