Currently to shift focus to next textfield we have...
# compose
s
Currently to shift focus to next textfield we have to write the logic manually, i was trying to create my own styled CustomStyledTextField composable to reuse it as form screen ,contains a lot of them but due to this focus logic being manual i find it hard to make resusable textfield . Is there an easy way or am i missing something?
The ImeAction.Next comment/doc says it moves focus to next field in the tree but does nothing