Skip to content

onDynamicListenTo does not exist #1698

@RobertOstermann

Description

@RobertOstermann

Describe the bug

Not sure if this should be listed as a bug or feature request. I noticed there was the recent addition of the onDynamic validation options, which is awesome! However, the validators section of a form.Field does not provide an onDynamicListenTo option to link the fields and the current props are missing JSDoc comments which are present for the other options.

Your minimal, reproducible example

N/A

Steps to reproduce

  1. Add to the validators section of a form.Field component
  2. Note there is no onDynamicListenTo prop, but there is an onDynamic option
  3. The other validator props have a ListenTo option to link fields
  4. The new onDynamic options also do not have JSDoc comments describing behavior

Expected behavior

OnDynamic should have an onDynamicListenTo prop to allow for linking fields with the onDynamic validation. I also would expect the onDynamic props to have JSDoc comments like the other fields have.

How often does this bug happen?

None

Screenshots or Videos

No response

Platform

  • Version: 1.19.2

TanStack Form adapter

react-form

TanStack Form version

1.19.2

TypeScript version

v5.8.3

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions