AmrJyniat
06/17/2025, 10:31 AMTextField
inside ModalBottomSheet
. What I'm seeking to do is set focus on the TextField when opening the sheet, so I used:
LaunchedEffect(Unit) {
focusRequester.requestFocus()
}
But as you can see, the sheet shown under the keyboard when opening the sheet for some time, is there a way to ensure the sheet shown above the keyboard always?Jonathan
06/17/2025, 12:17 PMAnthony Mamode
06/17/2025, 12:29 PMJonathan
06/17/2025, 12:34 PMAmrJyniat
06/17/2025, 1:34 PMJonathan
06/17/2025, 2:29 PM