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 64 forks source link

Blank results field displayed when an invalid entry is made. #132

Closed murvkins closed 8 months ago

murvkins commented 8 months ago

Describe the bug Searchfield 1.0.0 bug. If text is entered into a Searchfield that has no matches in the suggestionlist, there is a blank list displayed. The blank list is not present in 0.9.9 and is the expected result.

To Reproduce Using the sample code on the Searchfield pub.dev, type random text into a Searchfield to see the resulting blank field.

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

Screenshots image

maheshj01 commented 8 months ago

Thanks for the catch @murvkins,

maheshj01 commented 8 months ago

@murvkins Fixed in v1.0.1