Describe the bug
I have my form fields in a Popper, meaning my form object mounts before my fields. This leads to the situation where the field level errors are not displayed when the popper opens. There may be a simple solution to this but I've been playing around and haven't found yet. Any help would be appreciated.
Your minimal, reproducible example
https://stackblitz.com/edit/vitejs-vite-8bcuwtpv?file=src%2FApp.tsx
Steps to reproduce
- hit "show field"
- observe no red text below input field
- type and clear out text
- red error will appear
Expected behavior
I expect the red text to appear immediately after clicking show field
How often does this bug happen?
None
Screenshots or Videos
No response
Platform
TanStack Form adapter
None
TanStack Form version
1.14.2
TypeScript version
No response
Additional context
No response
Describe the bug
I have my form fields in a
Popper, meaning myformobject mounts before my fields. This leads to the situation where thefieldlevel errors are not displayed when the popper opens. There may be a simple solution to this but I've been playing around and haven't found yet. Any help would be appreciated.Your minimal, reproducible example
https://stackblitz.com/edit/vitejs-vite-8bcuwtpv?file=src%2FApp.tsx
Steps to reproduce
Expected behavior
I expect the red text to appear immediately after clicking show field
How often does this bug happen?
None
Screenshots or Videos
No response
Platform
TanStack Form adapter
None
TanStack Form version
1.14.2
TypeScript version
No response
Additional context
No response