Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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 sending header using CustomFormData in Cancel Event is not returning in header tab instead returning in the payload in the network tab.


Sample: 

https://stackblitz.com/edit/angular-8qexdj-9y9fvy?file=src%2Fapp.component.html,src%2Fapp.component.ts 

Empty




Replication Procedure:

  1. Run the sample
  2. Open the network tab
  3. Browse the file.
  4. Click upload button.
  5. Before uploading click the cancel button (Delete icon).
  6. Now click on the remove in network tab
Expected: The passing header should return in the headers tab
Actual: But it is returning in the payload