I'm encountering a problem with my website that involves multiple inputs, such as up to 50 file inputs and a textarea. Specifically when using Google Chrome on a Mac, there is an issue where text is pasted as an image, filling some of the file inputs and triggering a cropper.
My current solution involves capturing the paste event and disabling it site-wide, without affecting the entire right-click function. While this works for cmd + v, users can bypass this by right-clicking or using the menu to paste content. Is there a universal way to intercept all pasted data for Chrome on Mac?
Alternatively, I'm open to suggestions for a better fix for this bug. Any ideas?