Field-level `onMount` errors are never cleared on linked-field revalidation
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Aptitud para principiantes
- 52/100
- Tipo de issue
- Error
- Claridad
- Bastante claro
- Estado de actividad
- Tranquilo
- Stack tecnológico
- react, typescript
- Área
- frontend
Línea de trabajo
Comienza con el flujo de revalidación de campos vinculados en la reproducción de StackBlitz, centrándote en onMount, onChangeListenTo, errorMap y la validez del estado del campo. Confirma que cambiar password revalida correctamente confirmPassword; se considera terminado cuando se elimina el error obsoleto de onMount y tanto field.isValid como form.isValid pasan a ser true sin tocar confirmPassword.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Describe the bug
When a field has a field-level onMount validator and is linked to another field, the onMount error is never cleared, even when the other validators on that field run successfully via the linked-field mechanism and report the field as valid.
The result is that field.state.meta.errors keeps surfacing the stale mount-time error and isValid stays false indefinitely or until you touch the field. This also propagates to form.state.isValid, breaking submit-button enablement and any UI that depends on per-field validity.
Possibly related to #689, #903
Your minimal, reproducible example
https://stackblitz.com/edit/vitejs-vite-ywiic5qt?file=src%2FApp.tsx
Steps to reproduce
- Open the StackBlitz repro.
- Observe the initial state: password is empty, confirmPassword defaults to "password". The confirmPassword field's onMount validator correctly reports "Passwords do not match" in
errorMap.onMount, and isValid is false. This is expected. - Type "password" into the Password input. Do not touch the Confirm Password input.
- The onChange validator on confirmPassword runs via
onChangeListenTo: ["password"]and correctly returns undefined —errorMap.onChangeis now undefined. - Bug:
errorMap.onMountstill shows"Passwords do not match", and bothconfirmPassword.isValidandform.isValidremain false, even though both validators on the field, given the current values, return undefined.
Expected behavior
As a user, I expected the onMount error to clear once the field's other validators run successfully via the linked-field mechanism, but I am seeing the onMount error persist indefinitely (or until it's touched), leaving the field marked as invalid even though all of its validators agree that it is valid.
How often does this bug happen?
Every time
Platform
- OS: macOS
- Browser: Google Chrome
- Version: 146.0.7680.178
TanStack Form adapter
react-form
TanStack Form version
v.1.29.0
TypeScript version
v6.0.2
Additional context
Not sure whether to classify this as a bug or a design choice. onMount only clearing on direct value changes could be a deliberate "the user must acknowledge this field" rule. But it does feel like an edge case worth revisiting, given that onChangeListenTo / onBlurListenTo exist specifically for cross-field patterns.
If the current behavior is intentional, an opt-in to let successful linked-field revalidation clear the stale onMount slot would be very helpful. The only workaround I've found is to manually clear the slot via setMeta from a listener on the source field, which is fragile and easy to forget.
- Lenguaje dominante
- TypeScript
- Estrellas
- 6.7k
- Forks
- 682
- Merge medio
- 5 d 18 h
- PR fusionados (30 d)
- 7
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de TanStack/form
-
Dificultad 2/5 1-2 días Aptitud para principiantes 72/100
-
area: runtime scope: devtools type: bug v2
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
-
area: runtime scope: core type: bug v1
Dificultad 2/5 1-3 horas Aptitud para principiantes 82/100
-
FormApi: onSubmit/onServer error cleared on any non-matching validation cause, not just 'change' Abiertov1 v2: needs investigation
Dificultad 2/5 1-3 horas Aptitud para principiantes 76/100
-
v1 v2: needs investigation
Dificultad 2/5 1-3 horas Aptitud para principiantes 85/100
Todos los issues de TanStack/form
Issues similares
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 74/100
ontola/atomic-server#1625 ·
-
bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
melgarafael/DeskcommCRM#1451 ·
-
Dificultad 1/5 Menos de una hora Aptitud para principiantes 82/100
-
bug via-triage
Dificultad 2/5 1-3 horas Aptitud para principiantes 78/100
-
bot:ai-assisted component:compact-js status:untriaged
Dificultad 2/5 1-3 horas Aptitud para principiantes 84/100
midnightntwrk/midnight-sdk#403 ·