flutter_typeahead icon indicating copy to clipboard operation
flutter_typeahead copied to clipboard

Display suggestions above the typeahead field when less space is available below the field and the keypad

Open rsree1210 opened this issue 3 years ago • 3 comments

Does the current package support showing the suggestions above the field when there is no much space available below the type ahead field and the keypad?

I am fetching 10 suggestions for the search text entered in the typeahead field, but I can see only 1 suggestion at a time on the UI, I have to scroll down to see the other suggestions and this is because there is no much space available between keypad and the typeahead field. So in such cases where there is less space available for the suggestions box, is it possible to show it above the type ahead field rather than showing it below the field.

Can anyone please help me with this.

rsree1210 avatar May 31 '21 00:05 rsree1210

Looking for this too. I want to show the suggestions above the field

Following :)

elgansayer avatar Sep 23 '21 11:09 elgansayer

Any feedback on this?

mnarsely avatar Oct 19 '21 12:10 mnarsely

@rsree1210, @elgansayer, @mnarsely autoFlipDirection: true

ex-tag avatar Dec 31 '21 04:12 ex-tag