Previously, if the input to an autocomplete query was empty, the search would return no results in SimpleConverter. This PR changes this to show the top 25 options returned by the provider.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
Checklist:
[x] Ran dart analyze .
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
Description
Previously, if the input to an autocomplete query was empty, the search would return no results in SimpleConverter. This PR changes this to show the top 25 options returned by the provider.
Type of change
Checklist:
dart analyze .