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 we add the IsPrimary="true", the button is triggered twice on enter key. If we removed it works fine.


Replication procedure :

1.   Run the Sample.

2.  Type any value in the textbox and press enter key.

3. See the issue that, the “OnSubmitHandler” called twise.

 

Expected Output: Need to call the “ OnSubmitHandler” once .

Current Output: “OnSubmitHandler” Called twice when we enter the enterkey