Filling an input box on jsfiddle using a keyboard event

I’m trying to send a keyboard event. I’m struggling to simply past the clipboard in the input box. But that doesn’t work. https://jsfiddle.net/ox2La621/3/
I would be grateful for any advice

That’s a complex issue because web browsers are different in how they handle the clipboard.
Here’s a definitive guide to copying and pasting in JavaScript that should be most helpful.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.