Skip to content

Commit

Permalink
docs(input): update type prop to include "file" (#4444)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-a-ethan authored Dec 26, 2024
1 parent 388b2ed commit ab9ad9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/components/input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit ab9ad9b

Please sign in to comment.