update Field.tsx
This commit is contained in:
parent
9447b720a1
commit
82a98f346b
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue