Keyboard Handling In Jetpack Compose — All You Need To Know | by Radhika S | Apr, 2022 | Canopas
When we tap on a TextField, the keyboard pops up, after inputting text, we want to dismiss the keyboard. In jetpack compose, we have LocalSoftwareKeyboardController API to control the keyboard…