<inputautoComplete='off'type='text'disabled={this.props.is_submitting}placeholder='username@domain'ariaLabel='Search for username@domain to follow this user' value={this.props.text}onKeyUp={this.handleKeyUp}onChange={this.handleChange}className='follow-form__input'style={{flex:'1 1 auto',boxSizing:'border-box',display:'block',border:'none',padding:'10px',fontFamily:'Roboto',color:'#282c37',fontSize:'14px',margin:'0'}}/>