<TextField covered by BottomBar - Jetpack Compose>...
# questions-so
r
TextField covered by BottomBar - Jetpack Compose Hi I have a registration screen with multiple text fields, I use adjustResize and a button in the bottom bar. What to do to make the text field always move above the bottom bar when the keyboard is open or hide bottom bar when the keyboard is open. In a situation where a text field is at the bottom of the screen, when I click on it I can fill it normally, but it is covered by the bottom bar. Scaffold( modifier = Modifier.clearFocus(), topBar = { MainTopBar(...