Questions tagged [simpleautocompletetextfield]

3 questions
0
votes
1 answer

Flutter - auto complete textfield with suggestions from sqlite database

Auto complete textfield with suggestions from sqlite database. Show one of the data from salute database as title and another as subtitle in the listtile of suggestions. I have used the sqlite plugin Data model class Note { int _id; String…
Jagadish
  • 1,005
  • 11
  • 30
0
votes
1 answer

Why AutoCompleteTextField is not showing any suggestion in Flutter?

I am new to Flutter and currently working on a project where I need to show user a list of matched members so that a user can easily select one of them. For that I use AutoCompleteTextField. It is working fine as long as provided by already fetched…
Azhar Bhatti
  • 91
  • 1
  • 3
  • 14
0
votes
0 answers

How to use validator in SimpleAutoCompleteTextField

How to use validator in SimpleAutoCompleteTextField? It is inside a form
Midhilaj
  • 4,905
  • 9
  • 45
  • 88