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