🐛 Bug Report
Submitting an EditForm is executing the OnValidSubmit method twice. We thought this has already been fixed but it ain't working properly in the demos.
See #1050 for reference.
💻 Repro or Code Sample
See #4574
🤔 Expected Behavior
The submit event should be fired only once just like with native inputs.
😯 Current Behavior
The event is always be fired twice when using Fluent inputs.
🌍 Your Environment
- OS & Device: Windows 11 64 Bit
- Browser latest Firefox and Edge
- .NET 10 and latest dev-v5 branch
🐛 Bug Report
Submitting an
EditFormis executing theOnValidSubmitmethod twice. We thought this has already been fixed but it ain't working properly in the demos.See #1050 for reference.
💻 Repro or Code Sample
See #4574
🤔 Expected Behavior
The submit event should be fired only once just like with native inputs.
😯 Current Behavior
The event is always be fired twice when using Fluent inputs.
🌍 Your Environment