michaelc
5 Jan 2012, 4:47 PM
what changed in the combo box ?
it's loaded from a store.
now when I open the drop down I get a disabled dialog and it spins as if trying to get the values.
xtype: 'combo', // Position Selectior
fieldLabel: 'Position',
id: 'positionCombo',
width: 450,
store: positionStore,
displayField: 'POSITION_DESCRIPTION',
valueField: 'POSITION_ID',
typeAhead: true,
mode: 'local',
forceSelection: true,
triggerAction: 'all',
emptyText: 'All',
selectOnFocus: true
30495
it's loaded from a store.
now when I open the drop down I get a disabled dialog and it spins as if trying to get the values.
xtype: 'combo', // Position Selectior
fieldLabel: 'Position',
id: 'positionCombo',
width: 450,
store: positionStore,
displayField: 'POSITION_DESCRIPTION',
valueField: 'POSITION_ID',
typeAhead: true,
mode: 'local',
forceSelection: true,
triggerAction: 'all',
emptyText: 'All',
selectOnFocus: true
30495