formily icon indicating copy to clipboard operation
formily copied to clipboard

fix: when validating a specific field, if there are other fields in a failed validation state, an exception will also be thrown.

Open lx544690189 opened this issue 8 months ago • 0 comments

Before submitting a pull request, please make sure the following is done...

  • [x] Ensure the pull request title and commit message follow the Commit Specific in English.
  • [x] Fork the repo and create your branch from master or formily_next.
  • [x] If you've added code that should be tested, add tests!
  • [ ] If you've changed APIs, update the documentation.
  • [x] Ensure the test suite passes (npm test).
  • [x] Make sure your code lints (npm run lint) - we've done our best to make sure these rules match our internal linting guidelines.

Please do not delete the above content


What have you changed?

when validating a specific field, if there are other fields in a failed validation state, an exception will also be thrown.

For related issues feedback, please refer to https://github.com/alibaba/formily/issues/3825.

lx544690189 avatar Jun 26 '24 06:06 lx544690189