mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 13:43:41 +00:00
Fix doc typo
This commit is contained in:
parent
f01182c53a
commit
6bddd33ba8
@ -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 |
|
||||
|
||||
***
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user