Skip to content

Commit

Permalink
Fixed #6976
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 20, 2024
1 parent 7d5c03d commit e56b6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/primevue/src/togglebutton/ToggleButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@click="onChange"
@blur="onBlur"
v-bind="getPTOptions('root')"
:aria-label="ariaLabel"
:aria-labelledby="ariaLabelledby"
:data-p-checked="active"
:data-p-disabled="disabled"
Expand Down

0 comments on commit e56b6cc

Please sign in to comment.