async-validator icon indicating copy to clipboard operation
async-validator copied to clipboard

message会覆盖自定义校验callback传入的 errors

Open abnerlinan opened this issue 6 years ago • 0 comments

https://github.com/yiminghe/async-validator/blob/5fc98acd03560fe63f0ad1c03817b2dfe6fff093/src/index.js#L156

判断条件是不是要改成 !errors.length && rule.message

abnerlinan avatar Mar 15 '19 07:03 abnerlinan