From 671b3d3a201e62e242f07a58874ecbbe5dd8c501 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 495eb992e..64cdd4ff1 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') }" /> - +