Anyone else having an issue with the `OutlinedText...
# compose
d
Anyone else having an issue with the
OutlinedTextField
not displaying the keyboard on focus?
programmatically calling
Copy code
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE)
in the activity resolves it