Is there any way to disable copy/paste of specific control on HTML input field ? I found way to disable c/p with preventDefault(), but i need to disable c/p of specific control ?
EDIT:
Or how to restrict specific key to enter on input field? (e.g. TAB key)