-
-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FormBuilderTextField]: textCapitalization don't works propertly on Vivo and Realme devices #1425
Comments
Same problem here for |
Someone can test with Flutter own widget TextFormField? |
Checked this on Android. Flutter's TextFormField works as expected. The issue lies within FormBuilderTextField. |
@ShahSomething do you test this behavior on Vivo or Realme device? |
I don't have a Vivo or Realme device, so can't test for now :( |
I am experiencing the same issue with TextCapitalization none of the options (words, characters, sentences) work. |
Is there an existing issue for this?
Package/Plugin version
9.3.0
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Current Behavior
The keyboard is lower case on default when interacted
Expected Behavior
should be uppercase by default as set (textCapitalization:TextCapitalization.characters)
Steps To Reproduce
Implement the given snipped and interact with the text field in vivo or realme phone.
Aditional information
The text was updated successfully, but these errors were encountered: