vue-signature-pad icon indicating copy to clipboard operation
vue-signature-pad copied to clipboard

Modal

Open MathiasWeisheit opened this issue 4 years ago • 3 comments

Hi, thanks a lot for this work.

It is possible to put it in a bootstrap modal? I am using bootstrap-vue in my project.....

Signature.vue.txt

MathiasWeisheit avatar Aug 26 '20 07:08 MathiasWeisheit

Did you figure this out? Trying to do the same thing.

tjbarber avatar Oct 16 '20 21:10 tjbarber

It seems not working in bootstrap vue modal.

annagat avatar Nov 05 '20 06:11 annagat

I found an answer here: https://stackoverflow.com/questions/55718297/why-doesnt-vue-signature-pad-work-in-a-modal

<VueSignaturePad id="signature" width="100%" height="200px" ref="signaturePad" :options="{onBegin: () => {$refs.signaturePad.resizeCanvas()}}" />

I hope hope this will help others. :)

annagat avatar Nov 05 '20 08:11 annagat