Skip to content

fix: remove unnecessary preventDefault() inhibiting element behaviors in drawer#36032

Merged
chrisdholt merged 1 commit intomicrosoft:masterfrom
chrisdholt:users/chhol/fix-drawer-click-propogation
Apr 23, 2026
Merged

fix: remove unnecessary preventDefault() inhibiting element behaviors in drawer#36032
chrisdholt merged 1 commit intomicrosoft:masterfrom
chrisdholt:users/chhol/fix-drawer-click-propogation

Conversation

@chrisdholt
Copy link
Copy Markdown
Member

Previous Behavior

Prevent default (called by default in the underlying framework) blocks expected interactions for elements within the drawer component. Anchors do not navigate, form labels do not select radios, etc.

New Behavior

Remove the errant behavior, elements work as expected.

Related Issue(s)

  • Fixes #

@chrisdholt chrisdholt requested a review from a team as a code owner April 22, 2026 23:25
@github-actions
Copy link
Copy Markdown

📊 Bundle size report

✅ No changes found

@github-actions
Copy link
Copy Markdown

Pull request demo site: URL

@chrisdholt chrisdholt merged commit 86cf4cb into microsoft:master Apr 23, 2026
12 checks passed
@chrisdholt chrisdholt deleted the users/chhol/fix-drawer-click-propogation branch April 23, 2026 02:00
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

Successfully merging this pull request may close these issues.

2 participants