flutter_typeahead icon indicating copy to clipboard operation
flutter_typeahead copied to clipboard

Is Form form of flutter_typeahead allow me add extra text, besides autocomplete?

Open danPyk opened this issue 3 years ago • 1 comments

I want to add extra text besides that which is autocomplete by plugin, is this possible?

danPyk avatar Aug 19 '21 15:08 danPyk

yes, with the itemBuilder parameter you can specify exactly what is displayed.

clragon avatar Nov 23 '21 08:11 clragon