fix(overflow-menu): set type="button" to prevent default submit behavior #554

Fixes #554
This commit is contained in:
Eric Y Liu 2021-07-14 09:32:42 -07:00
commit ac4dff0453

View file

@ -175,6 +175,7 @@
<button
bind:this="{buttonRef}"
type="button"
aria-haspopup
aria-expanded="{open}"
aria-label="{ariaLabel}"