Combo box filter on Extjs4.1.3
- by saravanakumar
I have created a window with combo box.
Combo configuration is
xtype :'combo',
fieldLabel : 'Command',
labelAlign : 'right',
id :'commandInputComboId',
store : commandStore,
displayField: 'command',
valueField : 'id',
width : 500,
enableKeyEvents : true,
allowblank : false,
queryMode: 'local',
typeAhead : true,…