summaryrefslogtreecommitdiff
path: root/app/client/common/textInput.component.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-29 04:05:11 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-29 04:05:11 +0200
commit953027ccdfb34c83a6d301401ccb47ec43b86825 (patch)
tree4d8adef283de22e7c41ec3abe5805d0d06130ce8 /app/client/common/textInput.component.js
parent59d22800576541b46a3004086835f8cc304927f5 (diff)
file list
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 b3c4866..c514b78 100644
--- a/app/client/common/textInput.component.js
+++ b/app/client/common/textInput.component.js
@@ -24,6 +24,7 @@ class TextInput extends Component {
value={this.props.value}
onInput={this.handleInput}
onKeydown={this.handleKeydown}
+ placeholder={this.props.placeholder}
/>
</label>
</div>