xxz00
4 Jan 2012, 6:47 PM
Hi,
Looks like combox stops working on some occasions in 4.1 beta. I am not able to select an item from the combox in one of the popup window. The same code works in 4.0.7.
The code snippet:
xtype: 'combo',
name: 'prMeetingId',
store: Ext.data.StoreManager.lookup('fivetab-meetingsStore'),
displayField: 'meetingName',
valueField: 'id',
queryMode: 'local',
emptyText: 'select one meeting',
fieldLabel: 'meeting',
allowBlank: false,
flex: 1,
Any idea what changes have been made on Combox in 4.1 beta?
I will also attach the image...
Looks like combox stops working on some occasions in 4.1 beta. I am not able to select an item from the combox in one of the popup window. The same code works in 4.0.7.
The code snippet:
xtype: 'combo',
name: 'prMeetingId',
store: Ext.data.StoreManager.lookup('fivetab-meetingsStore'),
displayField: 'meetingName',
valueField: 'id',
queryMode: 'local',
emptyText: 'select one meeting',
fieldLabel: 'meeting',
allowBlank: false,
flex: 1,
Any idea what changes have been made on Combox in 4.1 beta?
I will also attach the image...