AhmedLSayed9 / dropdown_button2

Flutter's core Dropdown Button widget with steady dropdown menu and many other features.
https://pub.dev/packages/dropdown_button2
MIT License
264 stars 122 forks source link

Bugfix for issue #285: Scroll Position not as expected when opening the dropdown menu without prior resetting the search querry #286

Closed hlvs-apps closed 3 months ago

hlvs-apps commented 3 months ago

Solves #285. As discussed in #280. Old behaviour: search_index

New behaviour: search_index_solved

AhmedLSayed9 commented 3 months ago

@hlvs-apps Can you confirm if my refactoring/changes still pass all your cases?

hlvs-apps commented 3 months ago

Everything seems to work

AhmedLSayed9 commented 3 months ago

Thanks!