After upgrading the Blazor components from 5.0.8 to 7.0.7 our dynamic accordions and dropdown menu will not close. Both follow the examples on the site. Even took the simple "Accordion with single expand" code, put it on one of our pages to test, and when the pages loads, all accordion items are open and will not close.
Is there something I need to do after upgrade to fix this issue?
Thanks!
Thanks very much! We have a custom theme that was based on the material theme, what would be the easiest way to update our theme to get v7 to work?
If you used the theme editor everything should work out of the box. Otherwise you would need to apply the customizations again.
when I upgrade the components using VS nuget do the scss files get updated automatically? or do I have to download them from github manually?
The SCSS files are not included in the nuget package. They are available only in the github repository.
Perfect thanks! I will download them now.
Hi,
I have the same problem when upgrade Blazor Studio to version 1.46.2.
Components from 5.1.7 to 7.0.7. It works fine in Blazor Studio but when I publish to folder then download to a server the dropdown, popup up aren't closed.
I expect the published folder would have all I need for IIS server.
Could you please help to resolve it?
Thanks,
Hi @Hoang,
Replace the <link />
that includes the Radzen CSS file with <RadzenTheme />
according to the getting started instructions.
Thanks for your quick response. It works.