From 13ba39e2aaef5a2424b5cf6e41b10138ad450631 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Fri, 1 Dec 2023 06:02:06 +0330 Subject: [PATCH] fix: input duplicated class name, remove type="text" (#194) If the **type** attribute is not specified, the default type is "text" --- apps/www/src/lib/registry/default/ui/input/Input.vue | 9 ++++++++- apps/www/src/lib/registry/new-york/ui/input/Input.vue | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/apps/www/src/lib/registry/default/ui/input/Input.vue b/apps/www/src/lib/registry/default/ui/input/Input.vue index 66ece7a6..78c8cd1d 100644 --- a/apps/www/src/lib/registry/default/ui/input/Input.vue +++ b/apps/www/src/lib/registry/default/ui/input/Input.vue @@ -1,7 +1,12 @@ diff --git a/apps/www/src/lib/registry/new-york/ui/input/Input.vue b/apps/www/src/lib/registry/new-york/ui/input/Input.vue index ceb9c095..1903e095 100644 --- a/apps/www/src/lib/registry/new-york/ui/input/Input.vue +++ b/apps/www/src/lib/registry/new-york/ui/input/Input.vue @@ -1,7 +1,12 @@