Zoltan Demant
09/10/2021, 12:39 PMTextField
(width) than the material design one? ๐งต๐Zoltan Demant
09/10/2021, 12:41 PMThe default min width applied for a TextField and OutlinedTextField. Note that you can override it by applying Modifier.widthIn directly on a text field.That doesnt do anything for me ๐
modifier = Modifier.widthIn(
min = TouchTargetSmall //48.dp
)
I can wrap it inside a `Box`with Modifier.width(120.dp)
but then Id have to guess how small its going to be, Id like for it to just wrap its contents.Adam Powell
09/10/2021, 2:16 PMZoltan Demant
09/10/2021, 2:22 PMAdam Powell
09/10/2021, 2:39 PMZoltan Demant
09/10/2021, 2:50 PMZoltan Demant
09/10/2021, 3:18 PMZoltan Demant
09/10/2021, 4:02 PMAdam Powell
09/10/2021, 4:42 PMAdam Powell
09/10/2021, 4:42 PMZoltan Demant
09/10/2021, 5:10 PMAdam Powell
09/10/2021, 5:16 PMZoltan Demant
09/10/2021, 5:42 PM