You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Normally i would agree with you, but i have a little of an special case. Our app is not on the users devices, we have kiosks up and running on different places, where users can interact with. So, yes normally i would agree that it is up to the users own device but since this is not the users device i would like to change it.
All devices is run on Android.
Yes it would be okay to change it in the Wiredash ui.
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 theTextFormField
.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
Thanks!
The text was updated successfully, but these errors were encountered: