-
-
Notifications
You must be signed in to change notification settings - Fork 470
Insights: TanStack/form
Overview
Could not load contribution data
Please try again later
6 Releases published by 1 person
18 Pull requests merged by 11 people
-
chore(deps): update all non-major dependencies
#1582 merged
Jun 16, 2025 -
docs(react-form): fix typo in form composition documentation
#1581 merged
Jun 14, 2025 -
fix(FieldApi): avoid triggering
onChange
validator when an untouched field callshandleBlur
#1578 merged
Jun 12, 2025 -
chore(deps): update all non-major dependencies
#1568 merged
Jun 9, 2025 -
fix(form-core): prevent
FormApi#moveFieldValues
from mutatingdefaultValues
#1560 merged
Jun 6, 2025 -
docs: corrected field state definitions
#1540 merged
Jun 5, 2025 -
fix: extract form error type from global error
#1535 merged
Jun 3, 2025 -
chore(deps): update all non-major dependencies
#1549 merged
Jun 2, 2025 -
docs: follow guidelines for reset in simple example
#1531 merged
Jun 2, 2025 -
chore(deps): lock file maintenance
#1547 merged
Jun 1, 2025 -
chore(deps): lock file maintenance
#1546 merged
Jun 1, 2025 -
Update README.md
#1542 merged
May 31, 2025 -
feat(form-core): add array method
field.clearValues
andform.clearFieldValues
#1404 merged
May 26, 2025 -
docs(react-form): add type=submit in form-composition.md subscribe button
#1521 merged
May 23, 2025 -
fix(form-core): Fix
setBy
/getBy
not handling arrays properly#1517 merged
May 22, 2025 -
Update overview.md to fix links
#1523 merged
May 20, 2025 -
chore(deps): update all non-major dependencies
#1519 merged
May 19, 2025 -
fix(form-core): fix form.resetField() ignoring nested fields
#1497 merged
May 18, 2025
6 Pull requests opened by 5 people
-
feat: Add new AppField API for Angular
#1541 opened
May 30, 2025 -
fix(form-core): fix DeepValue from record values being wrong
#1558 opened
Jun 5, 2025 -
feat(form-core): Async field onChange with submition handling
#1562 opened
Jun 7, 2025 -
Docs: Add error handling section to submission handling docs
#1566 opened
Jun 8, 2025 -
chore(deps): update autofix-ci/action digest to 635ffb0
#1567 opened
Jun 9, 2025 -
docs(nextjs-ssr): clarify need for HTML name attribute in form submissions
#1574 opened
Jun 10, 2025
17 Issues closed by 10 people
-
New API - resetField('fieldName')
#1177 closed
Jun 16, 2025 -
Optional values in schema that are absent in `defaultValues` are inaccessible via `useForm`
#1573 closed
Jun 11, 2025 -
form.moveFieldValues mutates the default values
#1559 closed
Jun 6, 2025 -
Svelte support
#516 closed
Jun 5, 2025 -
"Touched" definition in documentation is wrong
#1169 closed
Jun 5, 2025 -
Async `defaultValues` is not filled when onMount form listener `formApi` setFieldValue is used
#1554 closed
Jun 5, 2025 -
AppField requires name for Subscribed button (docs-based example!)
#1557 closed
Jun 4, 2025 -
Angular Initial Value is Not Setting Properly
#1550 closed
Jun 4, 2025 -
Invalid type for state.errorMap
#1530 closed
Jun 3, 2025 -
Bug when using nextjs and zod v4 at the same time
#1548 closed
Jun 3, 2025 -
Reusable AppField components with unions
#1536 closed
May 29, 2025 -
right operand of 'instanceof' is not an object
#1532 closed
May 29, 2025 -
Does tanstack forms support zod 4?
#1529 closed
May 26, 2025 -
[@tanstack/svelte-form] Form Subscribe property "isSubmitting" is not reactive
#1513 closed
May 25, 2025 -
Setting property of object in nested 2D array changes the nested array to object
#1488 closed
May 22, 2025 -
Arrays API compatibility
#1459 closed
May 19, 2025 -
form.resetFieldValue() doesn't work for nested fields
#1496 closed
May 18, 2025
20 Issues opened by 19 people
-
integration withs `drizzle-zod` breaks type-safe
#1580 opened
Jun 13, 2025 -
defaultValues should be typed as partial to do correct validation with standard schema
#1579 opened
Jun 13, 2025 -
First input change after failed submit ignored with Next server actions
#1571 opened
Jun 10, 2025 -
Resetting a field (or a form) doesn't emit an event
#1570 opened
Jun 9, 2025 -
Clarify name prop usage for inputs and form controls when using Next.js Server Actions
#1565 opened
Jun 8, 2025 -
Official docs example for form level schema validation is giving an error when used with Zod
#1564 opened
Jun 7, 2025 -
Non-index keys for subFields of array fields don't reset correctly on `form.reset()`
#1561 opened
Jun 6, 2025 -
Recursive type, breaks the typesafety
#1553 opened
Jun 3, 2025 -
[Feature] Flag to disable mapping schema errors to fields
#1552 opened
Jun 3, 2025 -
Records fields have wrong types
#1551 opened
Jun 3, 2025 -
[Refactor] Remove need for regex in `makePathArray`
#1545 opened
May 31, 2025 -
useStore select value with type "File" doesnt update
#1539 opened
May 30, 2025 -
Default value on field is overwriting default value on useAppForm
#1538 opened
May 30, 2025 -
Field errors returned from onSubmitAsync aren't TS-checked
#1537 opened
May 29, 2025 -
Latest react-native 0.79.2 & Expo version errors makes tanstack form unusable
#1534 opened
May 29, 2025 -
[Docs] Form Authoring Recommendation Docs
#1533 opened
May 29, 2025 -
handleChange / handleBlur resets validation errors
#1527 opened
May 23, 2025 -
form.setFieldValue doesn't trigger validation
#1526 opened
May 23, 2025
21 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat(react-form): Add `withFieldGroup`
#1469 commented on
Jun 8, 2025 • 13 new comments -
fix(react): form.reset not working inside of onSubmit
#1494 commented on
Jun 16, 2025 • 2 new comments -
feat(react-form): add display name to components
#1491 commented on
May 28, 2025 • 2 new comments -
fix(form-core, react-form): remove overwritting of falsy values upon array element shifting
#1440 commented on
Jun 4, 2025 • 0 new comments -
docs(angular): use type annotations instead of casting
#1433 commented on
May 25, 2025 • 0 new comments -
feat(form-core): add array method field.filterValues and form.filterFieldValues
#1426 commented on
Jun 2, 2025 • 0 new comments -
fix(FieldApi): onChangeListenTo should not block onChangeAsync validator on field it is listening to
#1420 commented on
May 19, 2025 • 0 new comments -
fix(vue-form): losing reactivity
#1371 commented on
May 21, 2025 • 0 new comments -
Dependency Dashboard
#830 commented on
Jun 16, 2025 • 0 new comments -
FieldAPI: state.meta.errors are not updating properly when using server-validations for errors
#1260 commented on
Jun 16, 2025 • 0 new comments -
Subfield types set to unknown
#1295 commented on
Jun 7, 2025 • 0 new comments -
withForm types break if defaultValues includes any extra field
#1296 commented on
Jun 5, 2025 • 0 new comments -
Allow to avoid wrapping every fieldComponent with AppField
#1313 commented on
Jun 4, 2025 • 0 new comments -
How to enable autovalidation only after first submit?
#1272 commented on
Jun 1, 2025 • 0 new comments -
[Feature request] Form Composition: Ability to compose set of common fields to multiple different form
#1475 commented on
Jun 1, 2025 • 0 new comments -
useFieldContext crashes when react compiler is enabled in expo
#1501 commented on
May 31, 2025 • 0 new comments -
[Feature Request]: Transform values on submit
#418 commented on
May 30, 2025 • 0 new comments -
HMR problem in Vite with `useFieldContext()`
#1352 commented on
May 29, 2025 • 0 new comments -
[Feature Request]: Form Groups
#419 commented on
May 29, 2025 • 0 new comments -
form.reset(value) is not resetting defaultValues to a provided value
#1490 commented on
May 23, 2025 • 0 new comments -
[Angular 19] injectStore() runs before input signals are set.
#1387 commented on
May 17, 2025 • 0 new comments