My Requirement is that I have to disable the text drag and drop from one textfield to other.However, a manual copy and paste should be allowed.
me.commentsText = Ext.widget('textfield',{
maxLength: 40,
enforceMaxLength:true,
selectOnFocus : true,
fieldStyle: {
'font': 'normal 13px roboto'
}
}
Please kindly advise.