Describe the bug
Despite providing defaultValues, the initial values of simple string fields are undefined.
This is occurring in the example CodeSandbox from the @tanstack/form docs: https://codesandbox.io/p/sandbox/github/tannerlinsley/react-form/tree/main/examples/react/simple
Your minimal, reproducible example
https://codesandbox.io/p/sandbox/github/tannerlinsley/react-form/tree/main/examples/react/simple
Steps to reproduce
- Initialize a field with a default value of ""
- Render the form
Expected behavior
The input should be empty
How often does this bug happen?
None
Screenshots or Videos

Platform
Mac
Chrome
react-form@0.0.11
Tanstack Form adapter
None
TanStack Form version
0.0.11
TypeScript version
No response
Additional context
No response
Describe the bug
Despite providing
defaultValues, the initial values of simple string fields areundefined.This is occurring in the example CodeSandbox from the @tanstack/form docs: https://codesandbox.io/p/sandbox/github/tannerlinsley/react-form/tree/main/examples/react/simple
Your minimal, reproducible example
https://codesandbox.io/p/sandbox/github/tannerlinsley/react-form/tree/main/examples/react/simple
Steps to reproduce
Expected behavior
The input should be empty
How often does this bug happen?
None
Screenshots or Videos
Platform
Mac
Chrome
react-form@0.0.11
Tanstack Form adapter
None
TanStack Form version
0.0.11
TypeScript version
No response
Additional context
No response