-
### Bug report
### What is the current behaviour?
https://codesandbox.io/s/react-final-form-field-arrays-forked-q70qm
Click Add Customer
Fill fields
Click Add Customer
Values from first …
-
This is a simple form, with `zod` and `react-hook-form`, using `@hookform/resolvers` for integration.
Reproduction link: https://stackblitz.com/edit/vitejs-vite-c6cz55?file=src%2FApp.tsx
This is a…
-
Hi @siriwatknp !
Congrats on releasing v4! It's looking good.
I just wanted to start a discussion on what you are planning on doing the Form components.
There are already actively maintained …
-
### Are you submitting a **bug report** or a **feature request**?
Bug report.
### What is the current behavior?
I was writing a form generator component when I ran into this issue. It seems l…
-
### Are you submitting a **bug report** or a **feature request**?
**feature request**
### What is the current behavior?
A `` is required to be provided `initialValues` to set _default values_…
-
I'm using the `react-final-form` package to create configurable forms based on a schema.
I've got a need where I need to attach the Google Maps Places autocomplete functionality to the input field.…
lvl99 updated
5 years ago
-
I am using react-final-form with Next.js!
So I have `...` in my Form that has some tabs and it works perfectly. It shows the data the way, I can create new items and delete them.
But when I go t…
-
### Are you submitting a **bug report** or a **feature request**?
Bug report
### What is the current behavior?
I have a case where I have two forms that operates on the same data but they also in…
yotov updated
5 years ago
-
### **feature request**
It would be nice to specify focus implementation. For example to make smooth scroll to element + Npx above it before focusing:
```js
import createDecorator from 'final-f…
-
Are there any plans to add support for schema-based validation? I'm talking about building a schema object using a library like Yup or Joi and then being able to pass that into final-form to verify t…