One thing I noticed when using OutlinedInputField ...
# compose-ios
j
One thing I noticed when using OutlinedInputField from compose material it ofc works fine in Android. But in iOS first letter become capitalized, even if explicitly tell it should not. Is this an standard iOS thing or a bug? Its happening in simulator as I dont have any real iOS devices. Also randomly erases multiple chars when going back key.
l
There's currently a lot of bugs relating to text input on iOS Compose.
j
Is there any work around or bug tracked somewhere? If not where do I create? Also any difference using ComposeTextField thing?
d
Yeah, thanks! We already added this bug to the list!