support extra for FormItem

This commit is contained in:
yiminghe 2016-01-26 15:40:47 +08:00
parent 60a77bdccf
commit a35c027551

View File

@ -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;