colours are coming but i cant select them
{
xtype: 'combobox',
anchor: '100%',
fieldLabel: 'Mild Color',
forceSelection: true,
typeAhead : true,
name: 'mildColor',
valueField: 'id',
bind: {
store: '{mildcolor}'
},
tpl: [
'<ul>',
'<tpl for=".">',
'<li style="background-color:{name}">{text}</li>',
'</tpl>',
'</ul>'
],
}
[https://i.stack.imgur.com/DObF7.png]
please someone help me