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") && (