Posts by Madureira • 184 points
1 post
-
16
votes4
answers14813
viewsA: I need to lock Ctrl+v in a text box
If you are using jQuery in your application, you can do it as follows: In your HTML <input type="text" id="texto"></input> In your Javascript $(document).ready(function() {…