The ComboBox component shows a dropdown icon for the trigger. How can I show a search icon instead? I am using ExtJS 3.X.
How can I change the ComboBox trigger to show a search icon?
110 views Asked by srk At
1
The ComboBox component shows a dropdown icon for the trigger. How can I show a search icon instead? I am using ExtJS 3.X.
You can use the
triggerClassconfig. I found a classx-form-search-triggerthat seems to work. Here is a simple example: