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!

  • 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!

1
Vote

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.