-
Notifications
You must be signed in to change notification settings - Fork 857
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
Default keyboard has no auto-correction etc. #30
Comments
Is it about web or mobile? |
Mobile - sorry that I didn't specify. |
Isn't it determined by mobile OS? |
Thank you for pointing the way, @singerdmx - the problem is on line 377 where autocorrect is set to |
@jonmountjoy do you want to submit a pull request for this? |
@singerdmx you beat me to it! As thanks, I would like to offer some extensions to the documentation: |
Merged. Appreciate it :) |
Hello!
Can I change the default keyboard type that Flutter Quill is using? It's current one seems quite strange.
The default keyboard doesn't seem to understand the language I'm typing in. In general, I'd expect to see auto-correction etc. as one does when types in a box.
In a Flutter textfield, I can specify a keyboard type to use with
keyboardType: TextInputType.text,
.Searching this repo, I don't even find the word "keyboard".
Any advice appreciated!
The text was updated successfully, but these errors were encountered: