mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-23 03:50:06 +08:00
docs: fix typo
This commit is contained in:
@@ -167,7 +167,7 @@ Retrieve text input from a user.
|
||||
| Attribute | Description | Type | Accepted values | Default
|
||||
| ---------- | ---------- | ---- | -------------- | ------ |
|
||||
| **value** | input value | `string` | - | - |
|
||||
| **initialValue** | inital value | `string` | - | - |
|
||||
| **initialValue** | initial value | `string` | - | - |
|
||||
| **placeholder** | placeholder | `string` | - | - |
|
||||
| **size** | input size | `NormalSizes` | `'mini', 'small', 'medium', 'large'` | `medium` |
|
||||
| **status** | current status | `NormalTypes` | `'default', 'secondary', 'success', 'warning', 'error'` | `default` |
|
||||
|
||||
Reference in New Issue
Block a user