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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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.

bugreport1.pngbugreport2.pngbugreport3.png

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.