summaryrefslogtreecommitdiff
path: root/app/client/common/textInput.component.js
diff options
context:
space:
mode:
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 c514b78..1e2ca01 100644
--- a/app/client/common/textInput.component.js
+++ b/app/client/common/textInput.component.js
@@ -25,6 +25,7 @@ class TextInput extends Component {
onInput={this.handleInput}
onKeydown={this.handleKeydown}
placeholder={this.props.placeholder}
+ autofocus={this.props.autofocus}
/>
</label>
</div>