Questions tagged [autocomplete-widget]
1 questions
0
votes
0 answers
Why is flutter not calling the optionsbuilder in the autocomplete widget?
Consider the following code
Widget returnAutoCompleteForTankLine(BuildContext context, MyAquariumManagerTanksModel tanksModel, TextEditingController textController, Tank? currentTank) {
myPrint("in returnAutoCompleteForTankLine");
return…

user22100324
- 21
- 3