Merge branch 'master' of github.com:ant-design/ant-design

This commit is contained in:
yiminghe 2016-03-11 16:44:18 +08:00
commit c7cda1ab52

View File

@ -35,6 +35,9 @@ Form.propTypes = {
Form.defaultProps = {
prefixCls: 'ant-form',
onSubmit(e) {
e.preventDefault();
},
};
Form.childContextTypes = {