Closed santhosh-g-tz closed 4 months ago
Thanks for filing the issue, this shows we have a poor tests setup. I will try to get this fixed asap.
Hi @santhosh-g-tz Can you please give this a try
add to pubspec.yaml
searchfield:
git:
url: git://github.com/maheshj01/searchfield.git
ref: hotfix-159
Describe the bug An incorrect item was selected from the search results
[v1.0.7] (https://pub.dev/packages/searchfield/changelog)
Screenshots
https://github.com/user-attachments/assets/f916c54a-fbde-40bc-990e-d51d6f2f1094
Code sample
Show code sample
```dart var countries = [ 'United States', 'Germany', 'Canada', 'United Kingdom', 'France', 'Italy', 'Spain', 'Australia', 'India', 'China', 'Japan', 'Brazil', 'South Africa', 'Mexico', 'Argentina', 'Russia', 'Indonesia', 'Turkey', 'Saudi Arabia', 'Nigeria', 'Egypt', ]; return SearchField