apgapg / search_widget

Flutter package: Search Widget for selecting an option from a data list.
https://pub.dartlang.org/packages/search_widget
MIT License
198 stars 55 forks source link

Does not return the selected item on filtered list #13

Open mamirix opened 4 years ago

mamirix commented 4 years ago

Hi, works ok, but when I select from the filtered list, it always return the first element in the original list not the filtered one.

apgapg commented 4 years ago

Can you please share the code sample/gist. I am using it and i dont face such issue

mamirix commented 4 years ago

To confirm that it was not my code, I copied the code in the example you have provide, and got the same result. to reproduce using the example, type 'I' to get 'Iconic'. iconic will appear as the only choice, but if you select it, the result will be 'Flutter'

sumitaneja007 commented 4 years ago

i am also having same issue