Skip to content

Commit

Permalink
UPdate readme for 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Nov 7, 2015
1 parent 947595c commit e14d6aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 164 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -163,7 +163,7 @@ See [issues](https://github.com/mbrookes/formsy-material-ui/issues).
* 0.2.2 Add prepublish script and associated dev dependency to package.json.
* 0.2.3 Fix textfield initialization through this.refs.form.reset(model) (@vijayrawatsan).
* 0.2.4 Updated textfield handling (@vijayrawatsan), selectfield fix (@dmlinn).
* 0.2.5 (Unpublished). Fix issue #21 defaults?
* 0.2.5 Fix issue #21 Textfield defaultValue handling.

## Acknowledgements

Expand Down
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -108,6 +108,7 @@ var FormsySelect = React.createClass({
render: function render() {
return React.createElement(SelectField, _extends({}, this.props, {
onChange: this.handleChange,
errorText: this.getErrorMessage(),
value: this.getValue() }));
}
});
Expand Down
163 changes: 0 additions & 163 deletions test/TextfieldTests.jsx

This file was deleted.

0 comments on commit e14d6aa

Please sign in to comment.