Skip to content
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

Closed
jonmountjoy opened this issue Feb 19, 2021 · 8 comments
Closed

Default keyboard has no auto-correction etc. #30

jonmountjoy opened this issue Feb 19, 2021 · 8 comments

Comments

@jonmountjoy
Copy link
Contributor

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!

@singerdmx
Copy link
Owner

Is it about web or mobile?

@jonmountjoy
Copy link
Contributor Author

Mobile - sorry that I didn't specify.

@singerdmx
Copy link
Owner

Isn't it determined by mobile OS?

@singerdmx
Copy link
Owner

image

Maybe it is here?

@jonmountjoy
Copy link
Contributor Author

Thank you for pointing the way, @singerdmx - the problem is on line 377 where autocorrect is set to false for some reason. Setting it to true makes everything behave much more sensibly!

@singerdmx
Copy link
Owner

@jonmountjoy do you want to submit a pull request for this?

@jonmountjoy
Copy link
Contributor Author

@singerdmx you beat me to it! As thanks, I would like to offer some extensions to the documentation:

#33

@singerdmx
Copy link
Owner

Merged. Appreciate it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants