I have few`TextField`s inside `AlertDialog` . Call...
# compose
z
I have few`TextField`s inside
AlertDialog
. Calling
keyboardController.hide()
on
ImeAction
Done
in last
TextField
does nothing. Even with clearing focus can't hide keyboard. How to achieve that? If I put layout outside of
AlertDialog
everything works fine. Is that a known issue? Does any workaround exists?