Hi,
I updated Telerik Blazor to version 2.25.0
The js file is served from _content folder
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js" defer></script>
When I click any button from application I get the error
telerik-blazor.js:49 Uncaught TypeError: Cannot read property 'getAttribute' of undefined at e.value (telerik-blazor.js:49) at e.i.close (telerik-blazor.js:49) at HTMLDocument.i.onMouseDown (telerik-blazor.js:49)
I had no problems with the old version (2.24.0)
Any idea?
Thanks,
Ion