Join Slack
Powered by
Is there a way to wrap the content of the TextFiel...
# compose
s
skoric
02/06/2022, 9:59 PM
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
FunkyMuse
02/07/2022, 12:28 AM
Wrap the TextField in BoxWithConstraints there you have access to min and max width that you can do calculations onto
3
Views
Open in Slack
Previous
Next