на change, то работает? items: [{
xtype: 'textfield',
fieldLabel: _('ms2_product_unit_weight_price'),
name: 'unit_weight_price',
listeners: {
keyup : {
fn: function (field) {
console.log('change');
}
}
}
}
а вдруг enableKeyEvents: true, ?
https://stackoverflow.com/questions/16566810/keyup-event-not-getting-fired-on-setvalue-of-the-textfield
Обсуждают сегодня