I'm using material3 and have noticed some strange ...
# compose
c
I'm using material3 and have noticed some strange scroll behaviour when using
FocusDirection.Next
for an onNext KeyboardAction for a series of OutlinedTextField in a column. The column scrolls to fit the entire outlined box in view, then slightly scrolls back up to the actual text line within the box. To me the animation looks jumpy and the view is awkward cutting off the bottom of the box. Is this how the UI behaviour is meant to be, or am I missing some extra/different focus management?