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

View File

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