From e7abe28bee2cf28d8d65f4f1b8dd54edb64e652c Mon Sep 17 00:00:00 2001 From: Yauhen Date: Wed, 11 Sep 2019 09:28:02 +0300 Subject: [PATCH] refactor(docs): input docs expand --- src/framework/ui/input/input.component.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/framework/ui/input/input.component.tsx b/src/framework/ui/input/input.component.tsx index 2da300aa8..38dc188dd 100644 --- a/src/framework/ui/input/input.component.tsx +++ b/src/framework/ui/input/input.component.tsx @@ -90,6 +90,8 @@ export type InputElement = React.ReactElement; * * @property {StyleProp} captionStyle - Customizes caption style. * + * @property {string} placeholder - Determines placegolder of the component. + * * @property {StyleProp} textStyle - Customizes text style. * * @property {(style: StyleType) => React.ReactElement} icon - Determines icon of the component. @@ -237,6 +239,7 @@ export type InputElement = React.ReactElement; * return ( *