Jason Unger
Jason Unger
### Are you submitting a **bug report** or a **feature request**? ### What is the current behavior? `FieldInputProps` extends `AnyObject`, creating the assumption that `input` can include any field beyond...
### Are you submitting a **bug report** or a **feature request**? ### What is the current behavior? `FieldRenderProps` includes an index signature that incorrectly assumes the matching object can have...
The TypeScript type for `initialValues` in form state doesn't reflect the code. In the `createForm` method, the code initializes `formState.initialValues` with a [short-circuit assignment](https://github.com/final-form/final-form/blob/db16fb862c793c75955c28fd25f9e0be49e061eb/src/FinalForm.js#L194). As a result, if a consumer...