mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 09:52:41 +00:00
Change verbiage of filter placeholder text
This commit is contained in:
@@ -103,7 +103,7 @@ const ListPage = createClass({
|
|||||||
<input
|
<input
|
||||||
type='search'
|
type='search'
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
placeholder='search title/description'
|
placeholder='filter title/description'
|
||||||
onChange={this.handleFilterTextChange}
|
onChange={this.handleFilterTextChange}
|
||||||
onFocus={(e)=>{e.target.select();}}
|
onFocus={(e)=>{e.target.select();}}
|
||||||
onKeyDown={(e)=>{this.handleKeys(e);}}
|
onKeyDown={(e)=>{this.handleKeys(e);}}
|
||||||
|
|||||||
Reference in New Issue
Block a user