Remove redundant a11y elements

This commit is contained in:
Alex Krolick
2018-03-13 21:37:27 -07:00
committed by GitHub
parent 037ae8225e
commit c384265e8e

View File

@@ -16,8 +16,6 @@ class TodoApp extends React.Component {
What needs to be done?
</label>
<input
aria-label="Add a new to-do item"
placeholder="Add a to-do..."
id="new-todo"
onChange={this.handleChange}
value={this.state.text}