TanStack / form

🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Lit Form and Vue Form.

Home Page:https://tanstack.com/form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Tracking] Refactors prior to 1.x

crutchcorn opened this issue · comments

  • Remove touchedErrors (instead, use form.state.isTouched && form.state.meta.errors.map())
  • Set touch API to default to true
  • Rename touch API to something closer to triggerRender (ideas welcomed)