mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
support extra for FormItem
This commit is contained in:
parent
60a77bdccf
commit
a35c027551
@ -53,7 +53,7 @@ class FormItem extends React.Component {
|
||||
}
|
||||
}
|
||||
|
||||
renderValidateWrapper(c1, c2 ,c3) {
|
||||
renderValidateWrapper(c1, c2, c3) {
|
||||
let classes = '';
|
||||
const form = this.context.form;
|
||||
const props = this.props;
|
||||
|
Loading…
Reference in New Issue
Block a user