Tower Guidev2
08/25/2023, 3:42 PMandroidx.compose.material3.OutlinedTextField
, that fills a full screen
androidx.compose.ui.window.Dialog
, the softkeyboard ends up covering the user inputted text
if this was in xml i would add android:windowSoftInputMode="adjustPan"
, what is the equivalent
in jetpack compose for a dialog that doesnt have a modifier?