Skip to content

Commit

Permalink
Merge pull request #5237 from nextcloud-libraries/fix/action-button
Browse files Browse the repository at this point in the history
fix(NcActionButton): Forward `disabled` state to native button element
  • Loading branch information
susnux authored Feb 12, 2024
2 parents 7af46c5 + 7e85f17 commit 40ac4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcActionButton/NcActionButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ export default {
'action-button--active': isChecked,
focusable: isFocusable,
}]"
:disabled="disabled"
:title="title"
:type="nativeType"
v-bind="buttonAttributes"
Expand Down

0 comments on commit 40ac4e0

Please sign in to comment.