Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
No update yet.
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
I replaced
Column(Modifier.padding(8.dp))
with
VerticalScroller
and it doesn't work as modifier is not the first optional parameter, so I had to use named parameters. SwapscrollerPosition
andmodifier
for consistency