使用validateField方法,比如要检验prop为‘aaa’的属性,form的ref为‘fromName’,如下使用:
this.refs.formName.validateField('aaa');
但貌似自定义规则不能触发