vee-validate icon indicating copy to clipboard operation
vee-validate copied to clipboard

feat: allow passing form control to useField closes #3204

Open logaretm opened this issue 2 years ago • 1 comments

What

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

closes #3204

logaretm avatar Sep 11 '22 22:09 logaretm

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%) :arrow_up:
packages/vee-validate/src/useFieldState.ts 98.52% <100.00%> (-0.07%) :arrow_down:
packages/vee-validate/src/useForm.ts 98.32% <100.00%> (ø)

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

codecov-commenter avatar Sep 11 '22 22:09 codecov-commenter