Getting keyboard focus in OutlinedTextField inside a Popup with Jetpack Compose
I have the function below which is a Popup wrapping an OutlinedTextField. This function is called the “main” Composable function when boolean variable is true, and the variable is set by a FloatingActionButton.