Hello! How to set initial visible line count for O...
# compose
p
Hello! How to set initial visible line count for OutlinedTextField?
z
By passing
maxLines = desiredLines
p
maxLines is the limit. I need initial height of N lines.
a
This is possible from Compose 1.4.0 by specifying
minLines
parameter.