Fix #136: Add aria-labels
This commit is contained in:
parent
1828df9bc0
commit
159203a7bc
7 changed files with 15 additions and 15 deletions
|
@ -132,7 +132,7 @@ const ComposeForm = React.createClass({
|
|||
|
||||
const inputProps = {
|
||||
placeholder: 'What is on your mind?',
|
||||
ariaLabel: 'What is on your mind?',
|
||||
arialabel: 'What is on your mind?',
|
||||
value: this.props.text,
|
||||
onKeyUp: this.handleKeyUp,
|
||||
onChange: this.handleChange,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue