Hello everyone, I am having an issue with keyboard...
# compose
d
Hello everyone, I am having an issue with keyboardtype of Outlinedtextfield, i am setting keyboardType to phone. when using it shows phone keyboard but if i switch between app and come back to my app and tap outlinetextfield it shows default keyboard which is not functioning it writes numbers but back button is not working and also if entering alphabets that input is also not passed.
plus1 1
h
Are you using a 1.7-alpha release of Compose? If that's the case it's a known issue and the fix will land before 1.7 hits stable. Otherwise please file a bug with a minimal repro project.
d
androidx.compose.material3material31.3.0-alpha02 using this one
1.7 it is showing till 1.3 alpha06
e
I faced the same issue on production had to move to another order version of compose.
d
@Eganathan R which version u used ??