SearchTextField icon indicating copy to clipboard operation
SearchTextField copied to clipboard

Explicitly hide the results list

Open hamedaakhlaghi opened this issue 6 years ago • 3 comments

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?

hamedaakhlaghi avatar May 21 '18 15:05 hamedaakhlaghi

@apasccon its not working :(

birbay avatar Jan 02 '19 08:01 birbay

mySearchTextField.filterStrings([]) should work :)

vostreltsov avatar Feb 07 '20 20:02 vostreltsov

@vostreltsov I just did this and it did the trick. Thanks for the clever suggestion.

joshkautz avatar Apr 27 '20 23:04 joshkautz