docs(input): update type prop to include "file" (#4444)

This commit is contained in:
Ethan 2024-12-25 21:33:23 -05:00 committed by GitHub
parent 388b2ed001
commit ab9ad9b6b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},