I have a list of legacy Views with each containing a TextField Composable. I want to move the focus ...
y
I have a list of legacy Views with each containing a TextField Composable. I want to move the focus from one TextField to another, but
FocusManager.moveFocus(Direction.Down)
and other variants of that don’t work. Anyone else know what I could do to fix this without a ViewModel?