Hi Radzen Team, first of all, congratulations on the latest update, it's really awesome! Great work!
I wanted to report an exception that's being thrown for RadzenFormFields, even in the online demo.
To reproduce the exception in the online demo, simply go to the demo page at Blazor FormField, click "Edit Source" on an example, add Visible="false" to a RadzenFormField, and click Run.
Exception information from the tools console:
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: e.addEventListener is not a function
TypeError: e.addEventListener is not a function
at Radzen.createFormField
Please let me know, thanks.