From 9c62962847485ee93a5506a392b1602cd9cece4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 5 Jun 2023 13:23:17 +0300 Subject: [PATCH] Refactor #4024 - For InputSwitch --- components/lib/inputswitch/InputSwitch.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/inputswitch/InputSwitch.vue b/components/lib/inputswitch/InputSwitch.vue index 495eb992e32..64cdd4ff15b 100755 --- a/components/lib/inputswitch/InputSwitch.vue +++ b/components/lib/inputswitch/InputSwitch.vue @@ -15,10 +15,10 @@ :aria-label="ariaLabel" @focus="onFocus($event)" @blur="onBlur($event)" - v-bind="ptm('hiddenInput')" + v-bind="{ ...inputProps, ...ptm('hiddenInput') }" /> - +