react-final-form icon indicating copy to clipboard operation
react-final-form copied to clipboard

🏁 High performance subscription-based form state management for React

Results 157 react-final-form issues
Sort by recently updated
recently updated
newest added

### Are you submitting a **bug report** or a **feature request**? Bug Report ### What is the current behavior? Based on the documentation, validate functions for fields can be changed...

fixed for https://github.com/final-form/react-final-form/issues/997

### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? ```ts type Data = { user: { name: string; email: string;...

### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? Example repo: https://codesandbox.io/s/dreamy-goodall-cvy9c?file=/index.js Seems that, if `handleSubmit` returns `Promis` without causing...

### Are you submitting a **bug report** or a **feature request**? Bug report. (I think!) ### What is the current behavior? I use `format` and `formatOnBlur` to trim whitespace from...

Curious if the package plans to be maintained in the future.

### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? Changing the key of a field in order to rerender it...

See this small sandbox example: https://codesandbox.io/s/cold-wave-jon76?file=/index.js The basic radio button "stooge" example works as you'd expect, but the three radio buttons generated using an object liist and .map call do...

### What is the current behavior? I am using nextjs to support multi paging and I strangle to understand how to retain a dirty within pages. The case scenario is...

There are no examples in the documentation about file inputs, and the issues advise to use react-dropzone, which is overkill if I just want a simple file input. So I...