パッケージの詳細

dont-copy

uksiqa70.1.2

A vue3.js package to disallow copy/paste and right click context menu operations on html input tag(s)

do-not-copy, disable-copy, disable-input-copy, disable-right-click

readme

dont-copy

A vue3.js component to disallow copy/paste and right click context menu operations html input tag(s)

Install

npm i dont-copy

Usage

import DontCopy from "dont-copy";

//to disable copy/paste and right click context menu on any input tag. Wrap input tag in <DontCopy></DontCopy>
  <DontCopy>
    <input type="text" .../>
  </DontCopy>

//to disable copy/paste and right click context menu on multiple input tags at once
  <DontCopy>
    <input type="text" .../>
    <input type="text" .../>
    <input type="text" .../>
  </DontCopy>

License

ISC © Umair Khan 📬 umair@siqasoft.com