mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
DropdownMenu throws RangeError when both filter and search are enabled because when we search for elements, we have some highlighted element, but if there is no element to highlight it tries to access 0th element is the filtered entries, but entries are empty. Fixes #151878