vue-the-mask icon indicating copy to clipboard operation
vue-the-mask copied to clipboard

Adding focus and blur event support

Open cgoconseils opened this issue 5 years ago • 2 comments

Hello,

I would need the component to manage focus and blur events, I think that the modification I made do the job.

Have a good day.

cgoconseils avatar Apr 02 '20 09:04 cgoconseils

need it too :)

birdy90 avatar Apr 03 '20 17:04 birdy90

Hello,

I would need the component to manage focus and blur events, I think that the modification I made do the job.

Have a good day.

You can manage it using native event.

@blur.native="..."

webistomin avatar May 11 '20 15:05 webistomin