Please give a brief summary of your issue: Issue with Text Field Annotation Duplication After Enabling Multiline in WebViewer v10.12.0
Please describe your issue and provide steps to reproduce it:
When adding a Text Field annotation in Apryse WebViewer (v10.12.0), enabling “Document Indicator” and setting “Required” to true , only one annotation is created as expected. However, after editing this annotation and enabling “Multiline” , the UI appears to create two annotations , but in reality, only one annotation exists in the document.
Please provide a link to a minimal sample where the issue is reproducible:
After enabling Multiline, the UI seems to create two annotations (visually or in the annotation list).
However, only one actual annotation is created and saved in the document.
Hello, I’m AiRon, an automated tech support bot While you wait for one of our customer support representatives, I can help you with your question.
It seems like you’re encountering a visual issue in WebViewer where enabling the “Multiline” option for a text field annotation appears to create a duplicate in the UI, although only one annotation is actually saved in the document. This might be related to how the UI updates when annotation properties are changed.
Some things you can try:
Check if the UI refreshes properly after enabling the Multiline option by triggering a manual refresh or update of the annotation list.
Ensure that your WebViewer instance is correctly handling the annotation modification events, which might not be updating the UI as expected.
Examine your implementation to see if any custom logic might be interfering with the UI update process.
Test with the latest version of WebViewer, if possible, to see if the issue persists, as it might be a version-specific bug.
Here are some resources that might help you:
Create Text Field: This guide explains the properties and flags for text fields, which might help in understanding the behavior of the Multiline property.