Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HxAccordion] Accordion not closing when setting rendermode InteractiveServer in <Routes /> component #762

Closed
AlexGallego7 opened this issue Feb 29, 2024 · 2 comments
Assignees

Comments

@AlexGallego7
Copy link

I'm working with a .NET 8 Blazor Server App. I need to set the render mode InteractiveServer in the Routes component but at the time of implementing this, the HxAccordion opens itself fine but does not close when clicking again.

<Routes @rendermode="InteractiveServer" />

I have also tried to turn off the pre-render with:

<Routes @rendermode="new InteractiveServerRenderMode(prerender: false)" />

but this seems to make the bootstrap css to disappear.

Is this a known issue or am I just missing something?

Thanks in advance!

@hakenr
Copy link
Member

hakenr commented Mar 13, 2024

@AlexGallego7 I'm not able to reproduce the issue. Can you provide us with a simple reproduction repro, where I can see the issue?

@hakenr hakenr self-assigned this Mar 13, 2024
@AlexGallego7
Copy link
Author

My mistake, there were hidden references to different versions of bootstrap which caused strange issues. Closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants