mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
Merge pull request #2249 from weknowinc/fix-muicheckboxgroup-onchange
Re-enable CheckboxGroup component for Material UI
This commit is contained in:
commit
ed28293c64
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ const MuiCheckboxGroup = createReactClass({
|
||||||
value.push(option.value);
|
value.push(option.value);
|
||||||
}
|
}
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
//this.setValue(value);
|
|
||||||
this.props.onChange(this.props.name, value);
|
this.props.onChange(value);
|
||||||
},
|
},
|
||||||
|
|
||||||
validate: function () {
|
validate: function () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue