Fix #136: Add aria-labels

This commit is contained in:
Eugen Rochko
2016-11-03 19:19:39 +01:00
parent 1828df9bc0
commit 159203a7bc
7 changed files with 15 additions and 15 deletions

View File

@ -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,