update Field.tsx

This commit is contained in:
faisolavolut 2025-02-10 21:30:01 +07:00
parent 9447b720a1
commit 82a98f346b
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ export const Field: React.FC<{
| "textarea" | "textarea"
| "time" | "time"
| "date" | "date"
| "password"; | "password"
| "email";
placeholder?: string; placeholder?: string;
disabled?: boolean; disabled?: boolean;
required?: boolean; required?: boolean;