mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
Merge pull request #2250 from weknowinc/fix-muiselect-onchange
Re-enable Select component for Material UI
This commit is contained in:
commit
44a06f5ffa
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ const MuiSelect = createReactClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
changeValue: function (value) {
|
changeValue: function (value) {
|
||||||
this.props.onChange(this.props.name, value);
|
this.props.onChange(value);
|
||||||
},
|
},
|
||||||
|
|
||||||
render: function () {
|
render: function () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue