form icon indicating copy to clipboard operation
form copied to clipboard

onMount Error is not revalidated when the user changes the input

Open MAST1999 opened this issue 1 year ago • 2 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

MAST1999 avatar Apr 26 '24 15:04 MAST1999

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.

tobysmith568 avatar May 08 '24 15:05 tobysmith568

This is the public timeline/board :)

crutchcorn avatar May 08 '24 16:05 crutchcorn