Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーが入力フィールドに何かを貼り付けないようにしたい。
これは私が試したことです:
onpaste="event.returnValue=false;"
<input type="text" onPaste="return false;">