diff --git a/src/TextInput/index.js b/src/TextInput/index.js index dc70c87..1c7f350 100644 --- a/src/TextInput/index.js +++ b/src/TextInput/index.js @@ -48,6 +48,7 @@ class TextInput extends Control { onKeyPress={this.props.onKeyPress} /> {hasClear} + {this.props.children} );