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

Disable autocorrect in used input fields #1260

Merged
merged 5 commits into from
Nov 27, 2023

Conversation

AdamVe
Copy link
Member

@AdamVe AdamVe commented Nov 10, 2023

Autocorrect functionality is not needed in the app TextFields/TextFormFields. This PR adds subclasses of the TextField and TextFormField widgets which by default set the properties so that the autocorrect is disabled. All existing text fields are update to use the new widget types.

Tested with several Android devices/OS versions and keyboard apps.

This fixes issue #1255

@AdamVe AdamVe force-pushed the adamve/disable_text_field_autocorrect branch from d2c4592 to 5b4ce32 Compare November 24, 2023 10:17
@AdamVe AdamVe force-pushed the adamve/disable_text_field_autocorrect branch from 5b4ce32 to f60e5ad Compare November 24, 2023 10:18
@AdamVe AdamVe merged commit d5bd6e4 into main Nov 27, 2023
9 of 10 checks passed
@AdamVe AdamVe deleted the adamve/disable_text_field_autocorrect branch November 27, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants