How do I collapse the keyboard after typing a Text...
# compose
n
How do I collapse the keyboard after typing a TextField?
i see !
Copy code
val focus = LocalFocusManager.current
val kactions = KeyboardActions(onDone = { focus.clearFocus() })
❤️ 1