How to remove refresh button on search bar

0
What is the function of the refresh button on the search bar and how to do you remove it?
asked
1 answers
0

If you click on it, it executes the search.
 

You can hide it by adding some custom css class to your listview that hides this button.

answered