How to assign a minimum width to a `BasicTextField...
# compose
j
How to assign a minimum width to a
BasicTextField
while still allowing it to grow in width as its content grows ? I’ve tried with the
.widthIn(minWidth = 16.dp)
modifier but it doesn’t work.