is there support for tabbing through a form? i'm l...
# compose-desktop
c
is there support for tabbing through a form? i'm looking through
androidx.compose.ui.focus
, but the documentation is a little sparse.
o
did you check
androidx.compose.ui.focus.focusOrder
?
c
i saw that, but i wasn't sure how to use it
💯 1