Inputswitch disabled class added
parent
dad730398f
commit
84b4de05b7
|
@ -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
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue