From ab9ad9b6b2bb9a1cc229f4a1fce9c72b1bed2d71 Mon Sep 17 00:00:00 2001 From: Ethan <92686703+not-a-ethan@users.noreply.github.com> Date: Wed, 25 Dec 2024 21:33:23 -0500 Subject: [PATCH] docs(input): update type prop to include "file" (#4444) --- apps/docs/content/docs/components/input.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/components/input.mdx b/apps/docs/content/docs/components/input.mdx index bd2997ce14..c65d6f1c3d 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" },