Html encode list items in Ext JS combo box

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>'
},