Skip to content

Commit

Permalink
Inputswitch disabled class added
Browse files Browse the repository at this point in the history
  • Loading branch information
Merve7 committed Aug 5, 2019
1 parent dad7303 commit 84b4de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/inputswitch/InputSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default {
'p-inputswitch p-component',
{
'p-inputswitch-checked': this.value,
'p-disabled': this.disabled,
'p-inputswitch-focus': this.focused
}
];
Expand Down

0 comments on commit 84b4de0

Please sign in to comment.