I'm using react-signature-canvas for Signature Pad but signature disappear after i close and reopen the modal. is there a possible way to preserve the signature on the modal after its closed ?
i've tried by initializing useRef() on higher component and passing to Modal component
Expected behavior
signature to preserve on modal close
I created this live running example to illustrate the problem:
Any feedback about this issue ?