flutter_typeahead icon indicating copy to clipboard operation
flutter_typeahead copied to clipboard

Feature request: Dropdown bottom to top

Open vmkgalvatron opened this issue 2 years ago • 1 comments

I need a dropdown which will go from top to bottom and textfield is below it.

vmkgalvatron avatar Nov 07 '21 14:11 vmkgalvatron

you can do that by adding direction: AxisDirection.up to your typeaheadfield.

clragon avatar Nov 21 '21 15:11 clragon