<input  type="text"
                                placeholder="Find a user"
                                onChange={this.handleInput('inputBox')}
                                autoFocus
                                onKeyDown={ (e) => this.handleEnterKey(e) }