From be50c86dd7ab773808d1e2846a23d4a09f38e80a Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Thu, 6 Nov 2025 14:57:20 +0530 Subject: [PATCH] New Changes with table Classes and Modification --- src/components/Field.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Field.astro b/src/components/Field.astro index 4d9a8c6..fc4bb40 100644 --- a/src/components/Field.astro +++ b/src/components/Field.astro @@ -11,7 +11,7 @@ type Kind = | "number" | "textarea" | "select" - | "datetime" + | "datetime-local" | "date" | "time" | "file" @@ -107,7 +107,7 @@ const controlWrap = "wr:relative"; "email", "password", "number", - "datetime", + "datetime-local", "date", "time", "file", @@ -127,7 +127,7 @@ const controlWrap = "wr:relative"; "password", "number", "date", - "datetime", + "datetime-local", "time", ].includes(p.kind ?? "text") && (