0
0
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:
G.Ambatte
2022-03-25 11:28:30 +13:00
parent 1c641e3aff
commit 32a5e71015

View File

@@ -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);}}