Hi,
We are working on an app that uses the eSignature reactive.
We are on the part where we validate the signature before saving or submitting the signature. However, the component accepts the signature even it's blank and generates a long string
How do we validate the signature in this scenario?
Thank you
Hi john.
For this validation I used a local var to control.
When you enter in the screen or click reset this var should be true. when you add a signature should be false, and when you click on Save you check the status of the var.
Hope it helps.
Gonçalo