mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-27 13:46:18 +10:00
support extra for FormItem
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user