wiredash-sdk
wiredash-sdk copied to clipboard
enableSuggestions in TextFormField
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!