Hi, How can we copy to clipboard an input field without using any npm package ?
I have tried this but it doesn't work - https://masteringjs.io/tutorials/vue/copy-to-clipboard#:~:text=To copy text from an,() { const element %3D this.
#copy to clipboard in nuxt3
4 messages · Page 1 of 1 (latest)
Have you also tried https://www.w3schools.com/howto/howto_js_copy_clipboard.asp ? Google yields about 85,600,000 results.
navigator.clipboard.writeText('your text here') ---> this works