mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
docs(input): update type prop to include "file" (#4444)
This commit is contained in:
parent
388b2ed001
commit
ab9ad9b6b2
@ -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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user