SearchTextField
SearchTextField copied to clipboard
Explicitly hide the results list
According to the readme for explicitly hide the results, we should use this:
mySearchTextField.hideResultsList()
but it does not work, is there any way for hiding filtered result list?
@apasccon its not working :(
mySearchTextField.filterStrings([])
should work :)
@vostreltsov I just did this and it did the trick. Thanks for the clever suggestion.