-
Notifications
You must be signed in to change notification settings - Fork 464
Open
Labels
Description
π Bug Report
When using this library on .NET 11, I'm getting an exception in the browser Dev Console:
"The custom event 'dateselected' cannot have the same name as its browserEventName 'dateselected'. Choose a different name for the custom event."
π» Repro or Code Sample
You can see it on for example https://lab.razor.fyi/, but I assume any FluentUI blazor app on .NET 11 Preview 1 would hit it.
π€ Expected Behavior
Doesn't crash.
π― Current Behavior
There is an unhandled exception "The custom event 'dateselected' cannot have the same name as its browserEventName 'dateselected'. Choose a different name for the custom event."
π Possible Solution
Change the custom event name to be different from browser event name.
π¦ Context
π Your Environment
- OS & Device: Windows PC
- Browser Microsoft Edge
- .NET and Fluent UI Blazor library Version 4.14.0
Reactions are currently unavailable