felixmccuaig / flutter-autocomplete-textfield

An autocomplete Textfield for flutter
MIT License
181 stars 131 forks source link

Suggestions Pop up direction [feature request] #86

Closed praharshbhatt closed 2 years ago

praharshbhatt commented 4 years ago

Currently have the textFormfield at the bottom of the screen. So, all the suggestions appear behind the keyboard. Requesting a way to set the direction of the pop ups- either above or below the Textformfield.

Screenshot_1593702675 Screenshot_1593702676

qcuong97 commented 4 years ago

me, too 🤣 but u instead of https://pub.dev/packages/flutter_typeahead#-readme-tab-

felixmccuaig commented 4 years ago

Ill take a look

felixmccuaig commented 4 years ago

Added, however, it still has not been rigorously tested... it's in development branch. You can access it by downloading this repository and checking out development branch. I encourage you to test the changes using suggestionsDirection and suggestionWidgetHeight.

Karlheinzniebuhr commented 3 years ago

Is the updated version going to pub.dev anytime soon ? The latest version is from Jul 2, 2019

vmkgalvatron commented 3 years ago

I also want to use this this feature. Please put it in production. @felixlucien @khamasaki @msalinas1088

vmkgalvatron commented 3 years ago

How to use flutter type ahead to show suggestions from bottom? @qcuong97

me, too 🤣 but u instead of https://pub.dev/packages/flutter_typeahead#-readme-tab-

felixmccuaig commented 2 years ago

Should be included in 2.0.0 :)