-
-
Notifications
You must be signed in to change notification settings - Fork 541
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]: Cannot swith to chinese keyborad with keyboardType: TextInputType.text #1369
Comments
Hello, I noticed that the input issue might be related to the Enabling suggestions could allow the keyboard to provide predictive text and assist with the input in various languages, including Chinese. |
Thanks a lot, it works! It saves my life. I didn't notice the parameter before. Here's the intorduction of this flag in Andoird: TYPE_TEXT_FLAG_NO_SUGGESTIONS Again, thank you for your quick and accurate advice! :) |
It works fine on my app after setting up |
save my time, also. |
saved my day. FormBuilderTextField( |
It saved my day. |
me too thk! |
Is there an existing issue for this?
Package/Plugin version
9.1.0
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Current Behavior
Using FormBuilderTextField with TextInputType.text cannot swith keyboard language in Chinese, but using the origin TextField in flutter can switch keyboard language to Chinese.
I've try another TextInputType: TextInputType.mutiline, it has the same issue, too.
On the contrary, TextInputType.name, TextInputType.emailAddress and TextInputType.streetAddress can swtich to Chinese keyboard both in FormBuilderTextField and TextField. ( But the keyboard still has some tiny different. )
The below is a sample film to show the FormBuilderTextField and TextField with TextInputType.text, TextInputType.name and TextInputType.emailAddress.
no_chinese_keyboard_with_TextInputType_text_small.mp4
Expected Behavior
FormBuilderTextField with TextInputType.text can switch to chinese keyboard.
Steps To Reproduce
Aditional information
I face this issue after I upgrade the version of flutter and dart. The previous version I've used is 3.13.5 ( flutter ) and 3.1.2 ( dart ), and it work correct. I'm not sure witch flutter version will cause the issue.
I've try to update this libs version to the newest ( 9.2.1 ) and it still not work.
It only appears in Android device. In iOS system it works fine.
In the final, thanks for your reading and help! :)
The text was updated successfully, but these errors were encountered: