mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Remove redundant a11y elements
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user