-
-
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]: <Incorrect keyboard type> #1334
Comments
I think I've encountered the same issue. Using TextField with the same parameters displays the correct keyboard type, but when switched to FormBuilderTextField, it shows the wrong keyboard type. Additionally, this issue started from Flutter 3.16.x; it worked fine in Flutter 3.10.x |
I think I also encountered this problem, have you solved it? |
the same problem |
This is VERY CRITICAL. All of my android users cannot input Japanese and I have received a lot of bug reports... Tried to change attributes but didn't work. Choices are
|
If someone can open a PR for this, I will review (and appreciate). Thanks |
I tried to modify and test the source code and found that changing the 'enableSuggestions' field to the default true is feasible. |
Thanks a million. |
there is a temporary way. |
I found this issue. When |
I had a problem where the keyboard would appear but swipe didn't work, only individual key presses. Setting enableSuggestions to true fixed this for me |
…/set-enableSuggestions-default-true feat(FormBuilderTextField): #1334 set `enableSuggestions` default to `true`
thanks! this worked for me |
Is there an existing issue for this?
Package/Plugin version
9.1.1
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Current Behavior
Incorrect keyboard type
Many numeric types can be used, but many character types become TextInputType.visiblePassword.
Expected Behavior
Probably because of the new version of flutter.
Steps To Reproduce
Aditional information
No response
The text was updated successfully, but these errors were encountered: