-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
Author: Migration Bot 🤖The issue was created by a issue mover bot. The author may not be the actual author.The issue was created by a issue mover bot. The author may not be the actual author.area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-full-stack-web-uiFull stack web UI with BlazorFull stack web UI with Blazorfeature-templates
Milestone
Description
This issue has been moved from a ticket on Developer Community.
I was using the 'Blazor Server App' template before, but now discovered the 'Blazor Web App' template.
When testing my new app, I noticed that the ToggleNavMenu click event was not getting fired in the NavMenu component.
On a whim, I decided to add the @Attribute [RenderModeServer] to the NavMenu component. When I did then the click events started to fire.
Is that the render mode I should be using for the NavMenu - if not, what do you recommend?
Original Comments
(no comments)
Original Solutions
(no solutions)
Metadata
Metadata
Assignees
Labels
Author: Migration Bot 🤖The issue was created by a issue mover bot. The author may not be the actual author.The issue was created by a issue mover bot. The author may not be the actual author.area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-full-stack-web-uiFull stack web UI with BlazorFull stack web UI with Blazorfeature-templates