-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
sdkThis issue affects the sdkThis issue affects the sdk
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
sdkThis issue affects the sdkThis issue affects the sdk