Fix #136: Add aria-labels
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user