Hello,
Im trying to add a longpress event to a text field, but it's not firing.
What am I doing wrong.
Code:items: [
{
xtype: 'textfield',
name : 'SCSCOD',
id : 'SCSCOD',
value: SCSCOD,
label: 'Shipper Code',
useClearIcon: true,
listeners: {
longpress: function() {
alert('touched this');
}
}
},{
