<input type="text"></input>
<script>
  const input = document.querySelector('input');
  input.addEventListener("paste", function(e){
    e.preventDefault()
  })
</script>

article

Leave a Reply

Your email address will not be published. Required fields are marked *