Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fix(MenuSelect): weird behaviour because activator doesn't have type=…
Browse files Browse the repository at this point in the history
…button
  • Loading branch information
lukicenturi committed May 20, 2024
1 parent 1a8fbf1 commit 3ddfe81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/forms/select/RuiMenuSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ function setValue(val: T) {
ref="activator"
:disabled="disabled"
:aria-disabled="disabled"
type="button"
:class="[
css.activator,
labelClass,
Expand Down

0 comments on commit 3ddfe81

Please sign in to comment.