TanStack
OSS
form
Overview
Sign in / Sign up
Open main menu
form
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
b730192a docs: correct withFieldGroup props runtime note (#2217) The withFieldGroup props comment said the props are "not used at runtime", but they are. In createFormHook the render call spreads them (render({ ...props, ...innerProps, group })), so they act as default values that innerProps can override, the same as withForm does with render({ ...props, ...innerProps }). The withForm docs already describe this correctly as default values, so this updates the react, solid and preact copies to match. Closes #2099 Co-authored-by: Patrick Wehbe <patrick.wehbe.applications@gmail.com>
by Patrick Wehbe
P
Previous page
Previous
Next
Next page