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
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
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