mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(overflow-menu): set type="button" to prevent default submit behavior #554
Fixes #554
This commit is contained in:
parent
b0843505e7
commit
ac4dff0453
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@
|
||||||
|
|
||||||
<button
|
<button
|
||||||
bind:this="{buttonRef}"
|
bind:this="{buttonRef}"
|
||||||
|
type="button"
|
||||||
aria-haspopup
|
aria-haspopup
|
||||||
aria-expanded="{open}"
|
aria-expanded="{open}"
|
||||||
aria-label="{ariaLabel}"
|
aria-label="{ariaLabel}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue