| size | The size of the input box. Note: in the context of a form, the `large` size is used. Available: `large``default``small` | string | `default` |
| disabled | Tell if the input is disabled. | boolean | false |
| disabled | Whether the input is disabled. | boolean | false |
| addonBefore | The label text displayed before (on the left side of) the input field. | string\|ReactNode | |
| addonAfter | The label text displayed after (on the right side of) the input field. | string\|ReactNode | |
| prefix | The Input with prefix icon. | string\|ReactNode | |
| suffix | The Input with suffix icon. | string\|ReactNode | |
| onPressEnter | The callback function that is triggered when pressing Enter key. | function(e) | |
| prefix | The prefix icon for the Input. | string\|ReactNode | |
| suffix | The suffix icon for the Input. | string\|ReactNode | |
| onPressEnter | The callback function that is triggered when Enter key is pressed. | function(e) | |
> When `Input` is used in a `Form.Item` context, if the `Form.Item` has the `id` and `options` props defined
then `value`, `defaultValue`, and `id` props are automatically set.
then `value`, `defaultValue`, and `id` props of `Input`are automatically set.
The rest props of Input is exactly same as original [input](https://facebook.github.io/react/docs/events.html#supported-events).
The rest of the props of Input are exactly the same as the original [input](https://facebook.github.io/react/docs/events.html#supported-events).
### Input.TextArea
@ -43,10 +43,10 @@ The rest props of Input is exactly same as original [input](https://facebook.git