update Field.tsx
This commit is contained in:
parent
9447b720a1
commit
2f9d01c953
|
|
@ -36,7 +36,8 @@ export const Field: React.FC<{
|
|||
| "textarea"
|
||||
| "time"
|
||||
| "date"
|
||||
| "password";
|
||||
| "password"
|
||||
| "email";
|
||||
placeholder?: string;
|
||||
disabled?: boolean;
|
||||
required?: boolean;
|
||||
|
|
|
|||
Loading…
Reference in New Issue