kusiewicz
kusiewicz
This is the second time I use Calendly and the second time I miss this option :)
## 🎯 Changes Fixes: https://github.com/TanStack/form/issues/1808 _If this idea make sense, I will add tests_ After calling `form.deleteField('fieldName')`, the field is removed from `form.state.values`, but after a moment it returns with...
### Describe the bug Currently, it's impossible to programmatically set a form-level server error using the semantically correct `form.setErrorMap({ onServer: '...' })` in a type-safe way without resorting to complex...
### Describe the bug When calling `form.deleteField('fieldName')` on a field that has a `defaultValue` defined, the field is successfully removed from `form.state.values`. However, after React re-renders, the field **automatically reappears**...