From bdf8d31eb07f7addad296b760922ca5b03203753 Mon Sep 17 00:00:00 2001 From: sadeghbarati Date: Wed, 29 Nov 2023 13:37:11 +0330 Subject: [PATCH] fix: input duplicated class name, remove type="text" 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 @@