I was wondering if there is a way to filter in a comboBox with taking account of the tpl defined in it.
I give you a little example.
I my combobox has a valueField which is "name", and in my combobox, i have a tpl which display something like {name} - {town}.
If the user begin to type the name and see that there are multiple fields with the same name. It could be :
JACK - New York
JACK - Paris
What a user want to do is to type JACK - P and having only JACK - Paris. Unfortunately in my code i can't do that, and when a user type something more, the combobox display no results.