提交 d10d92c4 编写于 作者: A afc163

Fix cascader onChange bug in IE

上级 ccdc2e4e
......@@ -70,6 +70,10 @@ class AntCascader extends React.Component {
[`${prefixCls}-picker`]: true,
[`${prefixCls}-picker-disabled`]: disabled,
});
// Fix bug of https://github.com/facebook/react/pull/5004
delete otherProps.onChange;
return (
<Cascader {...this.props}
value={this.state.value}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册