Hi i have an issue with an `androidx.compose.mater...
# compose
t
Hi i have an issue with an
androidx.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?