mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2026-06-08 20:45:41 +00:00
Add autoFocus to search input on website
fbshipit-source-id: 0a6656c
This commit is contained in:
committed by
Exponent GitHub Bot
parent
50d19fde3e
commit
8d8207e7f8
@@ -25,6 +25,7 @@ class SearchBar extends Component {
|
||||
<Icon family="FontAwesome" name="search" className="Search-Icon" />
|
||||
<input
|
||||
ref={input => (this._input = input)}
|
||||
autoFocus
|
||||
onChange={this._onChange}
|
||||
placeholder="Search for an icon"
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user