From 5e0acc7cc26ec442de25725e0b808045549bd7cc 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: Tue, 24 May 2022 14:00:19 +0300 Subject: [PATCH] Fixed #2522 - InputText and Textarea duplicating custom class(es) in DOM element --- src/components/inputtext/InputText.vue | 1 + src/components/textarea/Textarea.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/inputtext/InputText.vue b/src/components/inputtext/InputText.vue index e485cc184..ebd65ff4f 100755 --- a/src/components/inputtext/InputText.vue +++ b/src/components/inputtext/InputText.vue @@ -5,6 +5,7 @@