Skip to content

enableSuggestions in TextFormField #357

@GabrielHilding

Description

@GabrielHilding

Hi!

Is your feature request related to a problem? Please describe.
The problem i have is when writing a description is that the suggestions is autocorrecting words. So if a user is writing words that are not the suggested word it will change to that word. So i would like the option to add change the enableSuggestions parameter in the TextFormField.

Describe the solution you'd like
Personally i would like to have it off, but i understand that might not be the case for all, So i suggest to add it as an parameter on the core Wiredash widget or in the WiredashFeedbackOptions, as a boolean with a default value

TextFormField(
enableSuggestions: false, // Or take the boolean from the WiredashFeedbackOptions.
...
)

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    sdkThis issue affects the sdk

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions