diff --git a/src/App.js b/src/App.js index 16943c0..5032472 100644 --- a/src/App.js +++ b/src/App.js @@ -154,7 +154,7 @@ class App extends Component { placeholder='Add a todo item' name='name' ref={el => this.inputElement = el} - autocomplete='off' + autoComplete='off' style={{marginRight: 20}} />