Master#10
Open
IntelC-H wants to merge 22 commits intodependabot/npm_and_yarn/app/vite-3.2.10from
Open
Conversation
Co-authored-by: Beier (Bill) <bluebill1049@hotmail.com>
…ect (#11831) * fix: correct type of `error` field in `getFieldState` return object * fix: update reports
…11873) * feat: allow `iterateFieldsByAction` to iterate over multiple refs * fix: `_disableForm` only disables one input when inputs share a name * test: add unit tests for action iteration over multiple refs * refactor: invert `abortEarly` param's logic to respect semantic meaning * refactor: move ref iteration logic to if block * chore: fix lint errors * test: rename tests to reflect changes * Update createFormControl.ts * Update iterateFieldsByAction.ts * Update iterateFieldsByAction.test.ts --------- Co-authored-by: Beier (Bill) <bluebill1049@hotmail.com>
* fix(11821): lodash get does not return defaultValue When expression is evaluated as null the get method does not return defaultValue * Update createFormControl.ts --------- Co-authored-by: Beier (Bill) <bluebill1049@hotmail.com>
…(#11888) * Add Test to Prove that setError is not idempotent * When setting error, preserve errors further down in object tree
* remove export on react hook form set * revert change * update api contract
* fix issue with set api * remove test file * add test coverage and update api contract
* fix: change info.values type in WatchObserver * update API extractor
…turn object (#11831)" This reverts commit 4549afd5afa8a824a1522e75f776083e4168aac6.
…r` (#11938) * fix #11937 add validation in cleanup in useController * Update src/useController.ts --------- Co-authored-by: Beier (Bill) <bluebill1049@hotmail.com>
* 🐞 fix #11922 keep dirty on reset with dirty fields * prettier
…(#11969) * fix: enforce type safety for `deps` property in `RegisterOptions` * refactor: remove unused import in validator.ts
* logic createFormControl check field before usage * fix linter error
…ouched subscription (#11995) * 👮♀️ close #11954 getFieldState remove unnessaried inValidating and touched subscription * revert touched field state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.