mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Merge branch 'master' of github.com:ant-design/ant-design
This commit is contained in:
commit
c7cda1ab52
@ -35,6 +35,9 @@ Form.propTypes = {
|
||||
|
||||
Form.defaultProps = {
|
||||
prefixCls: 'ant-form',
|
||||
onSubmit(e) {
|
||||
e.preventDefault();
|
||||
},
|
||||
};
|
||||
|
||||
Form.childContextTypes = {
|
||||
|
Loading…
Reference in New Issue
Block a user