From 405f040f3305594e5958e7ecabdeae12f2425595 Mon Sep 17 00:00:00 2001 From: Alexei Moisseev Date: Tue, 17 Jan 2017 18:42:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D0=BC=20children=20=D0=B2=20TextInput?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/TextInput/index.js | 1 + 1 file changed, 1 insertion(+) 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} );