From dc1b8ec23537be489c08ce8e8919e02fffa73a10 Mon Sep 17 00:00:00 2001 From: Petter <90036646+petterHD@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:32:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=20Add=20typescript=20t?= =?UTF-8?q?o=20HdInput=20(#1122)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :label: 🏷️ addpescript to hdinput add typescript to hdinput * :rotating_light: add ts-ignore for this.value error add ts-ignore for this.value error * :label: Ignore checkValidity access from input type check error --------- Co-authored-by: Aymen Bareche --- src/components/form/HdInput.vue | 102 ++++++++++++++++++++------------ 1 file changed, 65 insertions(+), 37 deletions(-) diff --git a/src/components/form/HdInput.vue b/src/components/form/HdInput.vue index 6669b8d8..ba0ea4d3 100644 --- a/src/components/form/HdInput.vue +++ b/src/components/form/HdInput.vue @@ -34,17 +34,35 @@ -