Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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!

0
Votes

In WebApi Adaptor sample, when trying to add a new task, two request where going in to the payload, one is PUT request and another one is POST request.

Replication Procedure:

  1. Run a WebApi adaptor sample.
  2. Try to add a new task, you can see two different payload get passed for PUT and POST for a single add action.