summaryrefslogtreecommitdiff
path: root/app/client/common/textInput.component.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-05 21:12:10 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-05 21:12:10 +0200
commit8249cd572e4a919faa5e12e141f318d53169363e (patch)
tree56587c3b10c56136f9bfd84607b9b58657c28e8e /app/client/common/textInput.component.js
parent099cb047b78680608a926e2554ec1b41590a5291 (diff)
tascquelystte
Diffstat (limited to 'app/client/common/textInput.component.js')
-rw-r--r--app/client/common/textInput.component.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/common/textInput.component.js b/app/client/common/textInput.component.js
index 44e1349..d429944 100644
--- a/app/client/common/textInput.component.js
+++ b/app/client/common/textInput.component.js
@@ -36,6 +36,7 @@ class TextInput extends Component {
onKeydown={this.handleKeydown}
placeholder={this.props.placeholder}
autofocus={this.props.autofocus}
+ className={this.props.className || ''}
/>
</label>
</div>