From 84b4de05b7fb7527b5546f5ae41acf318c6bd93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merve=20=C3=96z=C3=A7if=C3=A7i?= Date: Mon, 5 Aug 2019 10:23:33 +0300 Subject: [PATCH] Inputswitch disabled class added --- src/components/inputswitch/InputSwitch.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/inputswitch/InputSwitch.vue b/src/components/inputswitch/InputSwitch.vue index 40f824ff3..ad8601092 100644 --- a/src/components/inputswitch/InputSwitch.vue +++ b/src/components/inputswitch/InputSwitch.vue @@ -45,6 +45,7 @@ export default { 'p-inputswitch p-component', { 'p-inputswitch-checked': this.value, + 'p-disabled': this.disabled, 'p-inputswitch-focus': this.focused } ];