We have an M3 Program that have a text box input that should only takes its value from a scanner gun , we disabled keyboard entry, also copy and paste , but user still can drag and drop a value to this text box.
What have you tried?
https://stackoverflow.com/questions/704564/disable-drag-and-drop-on-html-elements
Regards,
Karin
disable the field.
Would not work as it needs to be enabled for the scanner.
The javascript dont knows if You are using "scanner gun" or not.
You can disable Ctrl+V hover the field and detect the speed of user input interval - :when use "gun" is very fast.