TanStack / form

🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Lit Form and Vue Form.

Home Page:https://tanstack.com/form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onMount Error is not revalidated when the user changes the input

MAST1999 opened this issue · comments

Describe the bug

If you have an onMount that returns an error on the first render, changing the value after that does not remove the error.

Your minimal, reproducible example

https://stackblitz.com/edit/vitejs-vite-yjklcs?file=src%2FApp.tsx

Steps to reproduce

Open the reproduction and see that the onMount returns error, but after changing the value the error still remains.

Expected behavior

The onMount error should be revalidated (removed) after user changes the value.

How often does this bug happen?

Every time

Screenshots or Videos

No response

Platform

OS: Linux
Browser: Chrome
Version: 124.0.63

TanStack Form adapter

None

TanStack Form version

^0.19.4

TypeScript version

^5.4.5

Additional context

No response

Hey @crutchcorn, is there a public timeline/kanban board/etc. somewhere where we can gauge an estimate for how long it will be until this might be worked on? I ask because I can see it's not assigned to anyone to fix in the meantime.

This is the public timeline/board :)