-
-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SolidJS Array Field Not Working #572
Comments
While investigating array bugs in #588, I noticed the same behavior until I switched from https://stackblitz.com/edit/solid-vite-zwjafu?file=src%2Findex.tsx I'm working on adding docs to how to use arrays in TanStack Form and will mention this here as well |
I see, thanks. I checked out the Stackblitz playground you provided and it works for the most part, however, clicking on the X button still doesn't work. |
Likely a simple fix on our end. Let's open a new issue to track that :) |
Created a new issue: #618 |
Describe the bug
I have tried to follow the example given in the docs (link) as closely as possible, but with no luck. Adding a new field works, but typing in it results in the field disappearing. Also, typescript is not happy with type checking of the index prop and when calling the handleChange function.
Your minimal, reproducible example
https://stackblitz.com/edit/solid-vite-fpsaqi?file=src%2Findex.tsx
Steps to reproduce
Expected behavior
As a user I expected the be able to type into the array field.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
Tanstack Form adapter
solid-form
TanStack Form version
0.13.3
TypeScript version
5.3.3
Additional context
No response
The text was updated successfully, but these errors were encountered: