TanStackOSS
    form
    fix(form-core): properly scope avoidTouch to removeFieldValue only The previous fix bypassed validateField for all calls to validateArrayFieldsStartingFrom, which broke: - validateArrayFieldsStartingFrom when called directly (expected isTouched) - replaceFieldValue (expected errors to appear on validation) - removeFieldValue (expected errors to appear on validation) The fix now uses an avoidTouch option that: 1. Only prevents permanently marking fields as touched during removeFieldValue 2. Temporarily sets isTouched=true to allow validation to run (so errors are still collected), then restores the original isTouched state 3. All other callers use the default behavior (validateField with touch)
    nx run-many --target=build --exclude=examples/**
Succeeded
CI Pipeline Execution

nx run-many --target=build --exclude=examples/**

Click to copy
Linux
4 CPU cores
8bcbe4772133

Get faster results

Learn how to enable distribution.

Atomizer enabled

13 groups of tasks optimized.

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools