Merge pull request #2250 from weknowinc/fix-muiselect-onchange

Re-enable Select component for Material UI
This commit is contained in:
Eric Burel 2019-03-19 08:50:05 +01:00 committed by GitHub
commit 44a06f5ffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ const MuiSelect = createReactClass({
},
changeValue: function (value) {
this.props.onChange(this.props.name, value);
this.props.onChange(value);
},
render: function () {