Skip to content

Commit

Permalink
Merge pull request #454 from imentu/patch-1
Browse files Browse the repository at this point in the history
fix(docs): input typo
  • Loading branch information
jrgarciadev committed May 5, 2022
2 parents 3d9549c + 85f291e commit 91d85f0
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 @@ -134,7 +134,7 @@ import { Input } from '@nextui-org/react';

| Attribute | Type | Accepted values | Description | Default |
| ----------------------- | ----------------------------------------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------- | --------- | ----------- | --- |
| **value** | `string | string[] | number` | - | Input value | - |
| **value** | `string` | `string[]` | number | - | Input value | - |
| **initialValue** | `string` | - | Input default value | - |
| **placeholder** | `string` | - | The short hint displayed in the input | - |
| **size** | `NormalSizes` | [NormalSizes](#normal-sizes) | Change input size | `medium` |
Expand Down

1 comment on commit 91d85f0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nextui-docs ready!

✅ Preview
https://nextui-docs-kcex394ke-nextui-org.vercel.app

Built with commit 91d85f0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.