maheshj01 / searchfield

A highly customizable simple and easy to use flutter Widget to add a searchfield to your Flutter Application.This Widget allows you to search and select from list of suggestions.
MIT License
84 stars 63 forks source link

Tapping/Touching the suggestions list while it scrolls closes it #141

Closed Groseuros closed 5 months ago

Groseuros commented 5 months ago

Describe the bug Tapping/Touching the suggestions list while it scrolls (in order to select an item or to scroll further) closes it. Tapping/Touching the suggestions list while onScroll events are fired calls onTapOutside.

[x] By clicking this checkbox, I confirm I am using the latest version of the package found on pub.dev/searchfield

Expected behavior Tapping/Touching the suggestions list while it scrolls doesn't close it

Actual behavior Tapping/Touching the suggestions list while it scrolls closes it

maheshj01 commented 5 months ago

Hello @Groseuros, Thanks for filing the issue. This looks like a duplicate of https://github.com/maheshmnj/searchfield/issues/137, I intend to fix that issue this week Please follow up on that issue for further updates.

Closing as duplicate, Feel free to reopen the issue if I am mistaken..