-
-
Notifications
You must be signed in to change notification settings - Fork 503
Open
Labels
Description
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
- Add to the validators section of a
form.Field
component - Note there is no
onDynamicListenTo
prop, but there is anonDynamic
option - The other validator props have a
ListenTo
option to link fields - 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