esentis / multiple_search_selection

A highly customizable multiple selection widget with fuzzy search functionality.
https://pub.dev/packages/multiple_search_selection
BSD 3-Clause "New" or "Revised" License
11 stars 13 forks source link

Ability to disable predictive text #35

Closed mdavo6 closed 8 months ago

mdavo6 commented 8 months ago

Firstly, thank you for the terrific widget.

Is your feature request related to a problem?

We use the widget to present a list of the scientific names of plant species entered by users. Users do not want the text to be corrected, as these are not common words.

Describe the feature you'd like

The ability to set autocorrect and enableSuggestions to false for the input text field.

Describe alternatives you've considered

I cannot think of any alternatives.

Stack Overflow post explaining how to disable predictive text

Apologies if the above is possible using the existing widget. I was not able to see how.

esentis commented 8 months ago

Hello there ! You are correct this is missing right now, I'm adding it and releasing an update later today. Thanks for reporting and using the library :)

mdavo6 commented 8 months ago

Thanks for adding this @esentis . The update appears to have resolved the issue. I'll let you know if anything else pops up.