Eric Lee
Eric Lee
@whxaxes 我用 pnpm 也遇到了这个问题,现在有进展吗
The expectation can be like the rule attribute, which can be captured in the errors parameter of the callback function of form.validate
https://codesandbox.io/s/wonderful-voice-w0n9dm?file=/index.js 如图,没有填写必填项,但 validate 回调中 errors 为 null
> 可以试下把 `required` 改为 `rules=[{ required: true }]` 这个试过是可以的,不过 required 的这种 case 我们有考虑兼容一下吗 @yinkaihui
Is there any progress on this issue?
I met this issue too, waiting for solutions😭