With ExtJs 3.1
My Ext.form.ComboBox is built with a store in which some values are like this : “value1”, “<value2>”, “value3”.
The problem is that “<value2>” is interpreted as a HTML tag when the combobox dropdown list is displayed. And i don’t want that.
Any idea?
Specify a custom template for the ComboBox list and pass the values through the HTML encoding filter: