From 82a98f346be0342ccf4118ee296946206def85fc Mon Sep 17 00:00:00 2001 From: faisolavolut Date: Mon, 10 Feb 2025 21:30:01 +0700 Subject: [PATCH] update Field.tsx --- components/form/Field.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/form/Field.tsx b/components/form/Field.tsx index 95071dc..b692bfa 100644 --- a/components/form/Field.tsx +++ b/components/form/Field.tsx @@ -36,7 +36,8 @@ export const Field: React.FC<{ | "textarea" | "time" | "date" - | "password"; + | "password" + | "email"; placeholder?: string; disabled?: boolean; required?: boolean;