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
dewildte
04/23/2021, 11:37 PM
You could try the maxLines property.
👍 1
c
Colton Idle
04/24/2021, 5:05 AM
@dewildte I tried that, but it only stops the item from growing, but doesn't set a minimal max height.