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

enableSuggestions in TextFormField #357

Open
GabrielHilding opened this issue Jul 31, 2024 · 2 comments
Open

enableSuggestions in TextFormField #357

GabrielHilding opened this issue Jul 31, 2024 · 2 comments
Labels
sdk This issue affects the sdk

Comments

@GabrielHilding
Copy link

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!

@GabrielHilding GabrielHilding added the sdk This issue affects the sdk label Jul 31, 2024
@passsy
Copy link
Member

passsy commented Aug 1, 2024

To me, it feels more like something the user, rather than the developer of an app should decide.

Some questions:

  • Which OS are you on? They all behave differently
  • Can't you disable autocomplete on your keyboard?
  • It seems to be a problem in all apps. How do you work around it in other apps?
  • Would it be cool to be able to change it in the wiredash ui?

@GabrielHilding
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk This issue affects the sdk
Projects
None yet
Development

No branches or pull requests

2 participants