Skip to content

Commit

Permalink
Address part 1 of #355
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed Feb 22, 2015
1 parent f6d3b4f commit 475c684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/enhanced-textarea.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var EnhancedTextarea = React.createClass({
tabIndex="-1"
rows={this.props.rows}
defaultValue={this.props.defaultValue}
readOnly={true}
value={this.props.value} />
<textarea
{...other}
Expand Down

0 comments on commit 475c684

Please sign in to comment.