Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, 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

We need to set the enableFormfield property after appending the element in sample and it trigger the onpropertyChanged event. Then we initialize the form fields object for adding the signature content in the signature field. However, we need to handle this case on the control initialization stage. Also checked all type of signature content were added in the field if we set the enableFormFields as false.


viewer.appendTo("#pdfViewer");

viewer.enableFormFields = false;