From 2f9d01c953a15ed3d5fb7c74a64e58bdae1fcb3d Mon Sep 17 00:00:00 2001 From: faisolavolut Date: Mon, 10 Feb 2025 21:31:59 +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;