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