-
-
Notifications
You must be signed in to change notification settings - Fork 0
Master #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
IntelC-H
wants to merge
22
commits into
dependabot/npm_and_yarn/app/vite-3.2.10
Choose a base branch
from
master
base: dependabot/npm_and_yarn/app/vite-3.2.10
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Master #10
Conversation
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
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
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.