From 6bddd33ba8683b643bf9d9f65b7b0e1b60dcbcfe Mon Sep 17 00:00:00 2001 From: cyril lopez Date: Thu, 1 Feb 2018 17:25:52 +0100 Subject: [PATCH] Fix doc typo --- docs/3.x.x/en/plugin-development/ui-components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/3.x.x/en/plugin-development/ui-components.md b/docs/3.x.x/en/plugin-development/ui-components.md index 7058bead50..feea27e821 100644 --- a/docs/3.x.x/en/plugin-development/ui-components.md +++ b/docs/3.x.x/en/plugin-development/ui-components.md @@ -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 | ***