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
Selected suggestion doesn't update when the list changes #168
Describe the bug The selected suggestion doesn't match the text in the TextEdit when I remove one item (or shift the order) in the suggestion list.
To Reproduce Steps to reproduce the behavior:
[X] By clicking this checkbox, I confirm I am using the latest version of the package found on pub.dev/searchfield
Expected behavior Text in the TextEdit should match the item in the suggestion list if there is one, or no item is selected if there's no match.
Actual behavior text in the TextEdit doesn't match the selected item (the index remains the the same)
Screenshots