-
Notifications
You must be signed in to change notification settings - Fork 13
Labels
👩👧👦communityFeedbackFeedback from communityFeedback from community
Description
Which generators are impacted?
- All
- HTML
- React
- Angular
- Vue
- Web components
- Power Apps
Reproduction case
The toggle event of the db-header element emits 2 times when clicking on the burger menu to open the drawer in the mobile view.
<db-header [drawerOpen]="drawerOpen()" (toggle)="toggleDrawer($event)">
When the drawer is closed and the burger menu button is pressed, the event is first emitted with $event = true and a second time after with $event = false.
This prevents the user from opening the navigation on a mobile device.
Expected Behaviour
The toggle event on the db-header element should only emit once when the burger menu button is pressed.
Screenshots
Browser version
Chrome
Add any other context about the problem here.
No response
Metadata
Metadata
Assignees
Labels
👩👧👦communityFeedbackFeedback from communityFeedback from community
Type
Projects
Status
✅ Done