How to prevent users from dragging and dropping text inside a textarea? is there an attribute which control this or need some js code?
Want to disable drop but not to make it readonly
What you want to do is an usability fault, but never mind...
<textarea ondrop="return false;">
I assume you don't want to disable normal typing into it.
2.1m questions
2.1m answers
60 comments
57.0k users