Skip to content
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

feat: allow passing form control to useField closes #3204 #3923

Merged
merged 1 commit into from
Oct 9, 2022

Conversation

logaretm
Copy link
Owner

What

Allows passing form object created by useForm to useField for finer control over field-form registration.

closes #3204

@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2022

Codecov Report

Merging #3923 (265bfbd) into main (dbceb6d) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3923   +/-   ##
=======================================
  Coverage   95.88%   95.88%           
=======================================
  Files          68       68           
  Lines        1992     1992           
  Branches      514      514           
=======================================
  Hits         1910     1910           
  Misses         82       82           
Impacted Files Coverage Δ
packages/vee-validate/src/useField.ts 98.47% <100.00%> (+0.02%) ⬆️
packages/vee-validate/src/useFieldState.ts 98.52% <100.00%> (-0.07%) ⬇️
packages/vee-validate/src/useForm.ts 98.32% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@logaretm logaretm self-assigned this Sep 11, 2022
@logaretm logaretm added the 🌟 feature New feature label Sep 11, 2022
@logaretm logaretm force-pushed the feat/allow-explict-form-control-3204 branch from b846b8e to 265bfbd Compare October 9, 2022 14:11
@logaretm logaretm merged commit 4c59d63 into main Oct 9, 2022
@logaretm logaretm deleted the feat/allow-explict-form-control-3204 branch October 9, 2022 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple independent forms on a single page
2 participants