Skip to content

Conversation

logaretm
Copy link
Owner

What

Fixes #4637 by removing the event args from handlers created by defineField, they were not used anyways and they only act as signals for the field to validate or apply meta changes.

@logaretm logaretm changed the title fix: remove defineField event argss for component compat closes #4637 fix: remove defineField event args for component compat closes #4637 Jan 28, 2024
@logaretm logaretm self-assigned this Jan 28, 2024
Copy link

codecov bot commented Jan 28, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (ef85b9a) 89.80% compared to head (939f83f) 89.80%.

Files Patch % Lines
packages/vee-validate/src/useForm.ts 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4647   +/-   ##
=======================================
  Coverage   89.80%   89.80%           
=======================================
  Files          93       93           
  Lines        7657     7657           
  Branches     1348     1348           
=======================================
  Hits         6876     6876           
  Misses        774      774           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@logaretm logaretm merged commit 9eda544 into main Jan 28, 2024
@logaretm logaretm deleted the fix/define-field-handlers branch January 28, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type Mismatch in Generated Props for onInput and onChange Methods with Element Plus Integration
1 participant