Inputswitch disabled class added

pull/41/head
Merve Özçifçi 2019-08-05 10:23:33 +03:00
parent dad730398f
commit 84b4de05b7
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ export default {
'p-inputswitch p-component', 'p-inputswitch p-component',
{ {
'p-inputswitch-checked': this.value, 'p-inputswitch-checked': this.value,
'p-disabled': this.disabled,
'p-inputswitch-focus': this.focused 'p-inputswitch-focus': this.focused
} }
]; ];