fixed browser button fires onChange event twice (#1557)

old
Nicolas Jiang 2017-08-03 04:25:19 +12:00 committed by Javi Velasco
parent fc9c1802c7
commit c1a2dba4b4
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ const factory = (ripple, FontIcon) => {
const props = {
...others,
ref: (node) => { this.labelNode = node; },
onChange: null,
className: classes,
disabled: this.props.disabled,
onMouseUp: this.handleMouseUp,