I had requirement to show the selected value in 'combobox' xtype attribute in form. the store of the combo has fields [String -- label, String -- value ]. I just tried to get the value of selected field as
listeners : {'select':function(){Ext.getCmp('id of combo').getValue(); }}