Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js =================================================================== diff -u -r16292 -r16302 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js (.../godownOutView.js) (revision 16292) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js (.../godownOutView.js) (revision 16302) @@ -649,16 +649,17 @@ valueField : 'id', displayField : 'name', pageSize : 100, - listConfig: {width: 300}, + listWidth : 400, store : disposableGoodsStockStore, + matchFieldWidth : false, forceSelection : true, lazyInit : false, triggerAction : 'all', hideTrigger : true, typeAhead : false, allowBlank : true, disabled : true, - width : 300, + width : 150, listeners : { select : function(combo, record, index) { top.Ext.getCmp('name1').setValue(record.data.name);