diff --git a/apps/docs/content/docs/components/input.mdx b/apps/docs/content/docs/components/input.mdx index bd2997ce1..c65d6f1c3 100644 --- a/apps/docs/content/docs/components/input.mdx +++ b/apps/docs/content/docs/components/input.mdx @@ -331,7 +331,7 @@ In case you need to customize the input even further, you can use the `useInput` }, { attribute: "type", - type: "text | email | url | password | tel | search", + type: "text | email | url | password | tel | search | file", description: "The type of the input.", default: "text" },