Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When calling RetrieveFormFieldsAsync() in SfPdfViewer2 for Blazor, I have noticed a few things that work correctly for Textbox form fields but not for Checkbox form fields.
First - the Value property for checkboxes is always null whether they are checked or not.
Second - special characters in the Name seem to be removed for checkboxes. For example a FormField with the Name "FormField[With]Special:Characters" would become "FormFieldWithSpecialCharacters". TextBox form fields keep the special characters in the Name.