Use this in the config for the combo box. Replace display with the actual name of the display field.
listConfig: {
itemTpl: '<tpl for=".">{display:htmlEncode}</tpl>'
},
Bruce Ng's software development blog
An archive of solutions of programming problems I have faced in my career
Use this in the config for the combo box. Replace display with the actual name of the display field.
listConfig: {
itemTpl: '<tpl for=".">{display:htmlEncode}</tpl>'
},