Does anyone know of a way to programmatically reset the search filter for a list view?
I've tried several things that haven't worked...clearing the value of the text input, resetting the search form, triggering a click on the close button - all unsuccessful.
I'm using a list view with search filter in a dialog (which I'm caching), so I would like a way to programmatically reset the search filter when the dialog closes.