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!>
Thanks for joining our community and helping improve Syncfusion products!
Support to enable/disable the form field using our PDF Viewer.
Need to expose the method for retrieving the entire form fields and then by using this you can choose the required form fields and then need to enable the property for the same and need to pass the collection in the another method.
Example:
Object formfields=this.retrieveFormFields()
Formfields[0].isReadonly=true; // if we enable this property then we will make the particular fields as uneditable in the UI.
This.updateFormFields(formfields)// For making them as uneditable in the UI.
Note: The formfields[0] will have the property name,Id,isReaadonly