0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Remove autofocus from filter textbox

This commit is contained in:
G.Ambatte
2022-08-29 21:57:31 +12:00
parent 0811da79c4
commit 7034da03ab

View File

@@ -100,7 +100,6 @@ const ListPage = createClass({
<i className='fas fa-search'></i>
<input
type='search'
autoFocus={true}
placeholder='filter title/description'
onChange={this.handleFilterTextChange}
value={this.state.filterString}