Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When using the Signature feature in the PDF Viewer, the user can save their signatures using the check box below the signature field.
While testing this feature, our QA noticed that when saving multiple signatures the module only ever displays the most recently saved signature causing the user to believe that the previously saved signature was overwritten. In deleting the saved signature using the Delete icon next to it and clicking back out and into the module, the previously saved signature appears again.


It looks like the signatures are stored in an array and the last one in is displayed like a stack, but that isn't really communicated in how it works.