Skip to content

Conversation

@kusiewicz
Copy link
Contributor

🎯 Changes

Fixes: #1865

So far, in case when there was no field instance - validation was not run for a given field.
Explicit call to form validation will not be expensive, so it will be better to have this as fallback than nothing at all.

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm test:pr.

🚀 Release Impact

  • This change affects published code, and I have generated a changeset.
  • This change is docs/CI/dev-only (no release).

@changeset-bot
Copy link

changeset-bot bot commented Jan 17, 2026

🦋 Changeset detected

Latest commit: e710f91

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages
Name Type
@tanstack/form-core Patch
@tanstack/angular-form Patch
@tanstack/form-devtools Patch
@tanstack/lit-form Patch
@tanstack/react-form Patch
@tanstack/solid-form Patch
@tanstack/svelte-form Patch
@tanstack/vue-form Patch
@tanstack/react-form-devtools Patch
@tanstack/solid-form-devtools Patch
@tanstack/react-form-nextjs Patch
@tanstack/react-form-remix Patch
@tanstack/react-form-start Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@nx-cloud
Copy link

nx-cloud bot commented Jan 17, 2026

View your CI Pipeline Execution ↗ for commit e710f91

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 48s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2026-01-17 16:52:12 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 17, 2026

More templates

@tanstack/angular-form

npm i https://pkg.pr.new/@tanstack/angular-form@2001

@tanstack/form-core

npm i https://pkg.pr.new/@tanstack/form-core@2001

@tanstack/form-devtools

npm i https://pkg.pr.new/@tanstack/form-devtools@2001

@tanstack/lit-form

npm i https://pkg.pr.new/@tanstack/lit-form@2001

@tanstack/react-form

npm i https://pkg.pr.new/@tanstack/react-form@2001

@tanstack/react-form-devtools

npm i https://pkg.pr.new/@tanstack/react-form-devtools@2001

@tanstack/react-form-nextjs

npm i https://pkg.pr.new/@tanstack/react-form-nextjs@2001

@tanstack/react-form-remix

npm i https://pkg.pr.new/@tanstack/react-form-remix@2001

@tanstack/react-form-start

npm i https://pkg.pr.new/@tanstack/react-form-start@2001

@tanstack/solid-form

npm i https://pkg.pr.new/@tanstack/solid-form@2001

@tanstack/solid-form-devtools

npm i https://pkg.pr.new/@tanstack/solid-form-devtools@2001

@tanstack/svelte-form

npm i https://pkg.pr.new/@tanstack/svelte-form@2001

@tanstack/vue-form

npm i https://pkg.pr.new/@tanstack/vue-form@2001

commit: e710f91

@sentry
Copy link

sentry bot commented Jan 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.48%. Comparing base (6892ed0) to head (e710f91).
⚠️ Report is 121 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2001      +/-   ##
==========================================
- Coverage   90.35%   89.48%   -0.87%     
==========================================
  Files          38       48      +10     
  Lines        1752     1950     +198     
  Branches      444      491      +47     
==========================================
+ Hits         1583     1745     +162     
- Misses        149      184      +35     
- Partials       20       21       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

Validation does not work fine for a form field without an associated component

1 participant