diff --git a/src/components/ts/Search.tsx b/src/components/ts/Search.tsx index 370b2bf..c6e5041 100644 --- a/src/components/ts/Search.tsx +++ b/src/components/ts/Search.tsx @@ -52,9 +52,10 @@ class Search extends Component { // @ts-ignore const { value, suggestions } = this.state; const inputProps = { + autoFocus: true, + onChange: this.onChange, placeholder: "Search The Web", value, - onChange: this.onChange, }; return (