mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 03:22:38 +00:00
Merge pull request #2305 from G-Ambatte/userPage-removeAutofocus-#2121
[UserPage] 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