mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 11:12:44 +00:00
Remove autofocus from filter textbox
This commit is contained in:
@@ -100,7 +100,6 @@ const ListPage = createClass({
|
|||||||
<i className='fas fa-search'></i>
|
<i className='fas fa-search'></i>
|
||||||
<input
|
<input
|
||||||
type='search'
|
type='search'
|
||||||
autoFocus={true}
|
|
||||||
placeholder='filter title/description'
|
placeholder='filter title/description'
|
||||||
onChange={this.handleFilterTextChange}
|
onChange={this.handleFilterTextChange}
|
||||||
value={this.state.filterString}
|
value={this.state.filterString}
|
||||||
|
|||||||
Reference in New Issue
Block a user