отреагировать на пасте получить ценность

onPaste: function(e) {
    console.log(e.clipboardData.getData('Text'));
},
Cruel Cormorant