Skip to content

Commit

Permalink
[5.x] Prevent button group fieldtype from submitting actions (#10755)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Sep 3, 2024
1 parent 8658bb5 commit 06ad516
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
v-for="(option, $index) in options"
:key="$index"
ref="button"
type="button"
:name="name"
@click="update($event.target.value)"
:value="option.value"
Expand Down

0 comments on commit 06ad516

Please sign in to comment.