ianldgs / material_search

https://pub.dartlang.org/packages/material_search
MIT License
75 stars 39 forks source link

less results when keyboard up #26

Closed RobertBrunhage closed 6 years ago

RobertBrunhage commented 6 years ago

Hey!

When I first navigate to my screen with the search bar it shows the full list on the screen. As soon as I press on the search field and the keyboard comes up it removes a lot of the results and only shows 3 even though there is a lot of space left between the keyboard and the results.

image

image

image

Thanks for the awesome package!

lidroider commented 6 years ago

You shouldn't use MaterialSearch in Scaffold because MaterialSearch returned Scaffold. Change to return new MaterialSearch Hope this to help you

RobertBrunhage commented 6 years ago

That resolved the issue I had, thanks!

ianldgs commented 6 years ago

Woow! Cool. I didn't have time to look in to it. Happy that @lidroider found the solution! Thanks!