I've found this: Copy to Clipboard that also works on Mobile?
But VueJS doesn't use jQuery. So what is the alternative to this?
Based on https://medium.com/vuejs-tips/tip-11-auto-select-input-text-on-focus-9eca645073cd article:
<input @focus="$event.target.select()">
<input type="text" ref="input" @click="selectAll">
selectAll() {
this.$refs.input.select();
}
[]: https://jsfiddle.net/s7L895n7/14/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With