I'm using this module to provide context-based results, so under certain circumstances, I don't want the dropdown to appear at all. If I return an empty List, it says no results but still shows the dropdown.
Proposal
If null was a valid response for suggestionsCallback it would offer a convenient way to specify that no dropdown should appear.
Use case
I'm using this module to provide context-based results, so under certain circumstances, I don't want the dropdown to appear at all. If I return an empty List, it says no results but still shows the dropdown.
Proposal
If
null
was a valid response forsuggestionsCallback
it would offer a convenient way to specify that no dropdown should appear.