Fix doc typo

This commit is contained in:
cyril lopez 2018-02-01 17:25:52 +01:00
parent f01182c53a
commit 6bddd33ba8

View File

@ -417,7 +417,7 @@ InputText Component
| name | string | yes | The name of the input |
| placeholder | string | no | Input's placeholder, works with i18n |
| style | object | no | Input's style property |
| tabIndex | string | Input's tabIndex |
| tabIndex | string | no | Input's tabIndex |
| value | string | yes | Input's value |
@ -439,7 +439,7 @@ InputNumber component.
| name | string | yes | The name of the input |
| placeholder | string | no | Input's placeholder, works with i18n |
| style | object | no | Input's style property |
| tabIndex | string | Input's tabIndex |
| tabIndex | string | no | Input's tabIndex |
| value | string or number | yes | Input's value |
***