vue-signature-pad
vue-signature-pad copied to clipboard
Modal
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.....
Did you figure this out? Trying to do the same thing.
It seems not working in bootstrap vue modal.
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. :)