We're a place where coders share, stay up-to-date and grow their careers.
According to Can I Use 93.39% of browsers support this method.
And to paste something on the input field just do this document.execCommand("paste")
document.execCommand("paste")
According to Can I Use 93.39% of browsers support this method.
And to paste something on the input field just do this
document.execCommand("paste")