Skip to content

Commit

Permalink
Merge 82f7a24 into ae886a4
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Sep 11, 2019
2 parents ae886a4 + 82f7a24 commit 0fa2e39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/framework/ui/input/input.component.tsx
Expand Up @@ -90,6 +90,8 @@ export type InputElement = React.ReactElement<InputProps>;
*
* @property {StyleProp<TextStyle>} captionStyle - Customizes caption style.
*
* @property {string} placeholder - Determines placegolder of the component.
*
* @property {StyleProp<TextStyle>} textStyle - Customizes text style.
*
* @property {(style: StyleType) => React.ReactElement<ImageProps>} icon - Determines icon of the component.
Expand Down Expand Up @@ -237,6 +239,7 @@ export type InputElement = React.ReactElement<InputProps>;
* return (
* <Input
* value={this.state.inputValue}
* placeholder='Placeholder'
* caption='Caption'
* style={styles.input}
* textStyle={styles.inputText}
Expand Down

0 comments on commit 0fa2e39

Please sign in to comment.