Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Thanks for filing this.
This is a fair request and I think it will be done in the near future.
We already in progress of doing this for Buttons, so selection controls are coming some day :)
Description
fun FilledTextField(
value: String,
onValueChange: (String) -> Unit,
modifier: Modifier = Modifier,
textStyle: TextStyle = currentTextStyle(),
label: @Composable() () -> Unit,
...
)
Lets move label to be the third param?