Is there a way to wrap the content of the TextFiel...
# compose
s
Is there a way to wrap the content of the TextField below minimum width, which I've found out in source to be
280.dp
? So I want width to wrap around letters as you enter them and delete. I've been trying to resolve this for days. It just seems there's no solutions.
f
Wrap the TextField in BoxWithConstraints there you have access to min and max width that you can do calculations onto