mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 20:52:40 +00:00
Update LockLookup placeholder value
This commit is contained in:
@@ -231,7 +231,7 @@ const LockLookup = createClass({
|
|||||||
render : function() {
|
render : function() {
|
||||||
return <div className='brewLookup'>
|
return <div className='brewLookup'>
|
||||||
<h2>{this.props.title}</h2>
|
<h2>{this.props.title}</h2>
|
||||||
<input type='text' value={this.state.query} onChange={this.handleChange} placeholder='edit or share id' />
|
<input type='text' value={this.state.query} onChange={this.handleChange} placeholder='share id' />
|
||||||
<button onClick={this.clickFn}>
|
<button onClick={this.clickFn}>
|
||||||
<i className={`fas ${!this.state.searching ? 'fa-search' : 'fa-spin fa-spinner'}`} />
|
<i className={`fas ${!this.state.searching ? 'fa-search' : 'fa-spin fa-spinner'}`} />
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user