Skip to content

Commit

Permalink
Corrected reference to labelText property
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Lane committed Feb 17, 2016
1 parent f20a01e commit f4bf11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ let Autocomplete = React.createClass({
return (
<div style={{display: 'inline-block'}}>
<label htmlFor={this.id}>
{this.labelText}
{this.props.labelText}
</label>
<input
{...this.props.inputProps}
Expand Down

0 comments on commit f4bf11a

Please sign in to comment.