Hasan Nagizade
01/03/2023, 4:45 PMval focusManager = LocalFocusManager.current
focusManager.clearFocus()
this code removes the focus from TextField
and closes the keyboard. How can I close the keyboard but keep focus on TextField
?Kevin Del Castillo
01/03/2023, 4:50 PMLocalSoftwareKeyboardController
robercoding
01/03/2023, 5:19 PMval keyboardController = LocalSoftwareKeyboardController.current
keyboardController?.hide()