mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
fix onChange API change (does not need the name anymore)
This commit is contained in:
parent
c7965e3b0f
commit
2ebabd2d5c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ const MuiInput = createReactClass({
|
|||
},
|
||||
|
||||
changeValue: function (value) {
|
||||
this.props.onChange(this.props.name, value);
|
||||
this.props.onChange(value);
|
||||
},
|
||||
|
||||
handleBlur: function (event) {
|
||||
|
|
Loading…
Add table
Reference in a new issue