-
## Can I swap elements in FieldArray without remounting elements?
My components do some requests and update underlying redux on mount, I do not want to make this happen after `FieldArray` swap its …
-
Hey guys,
I'm experiencing some issues using Formik alongside Ant Design. I'm using `formik-antd` package to make that easier and I'm just stumbling on getting what I want from the `` component.
I…
-
### Are you submitting a bug report or a feature request?
Bug
### What is the current behavior?
The expected bahavior is that i lost focus if i trying to remove char with "Backspace" on Fiel…
-
### Are you submitting a **bug report** or a **feature request**?
Feature Request
### What is the current behavior?
Field Arrays don't make use of "beforeSubmit" as regular Fields do.
Perh…
-
Hi.
I have a form with some initial values. I use FieldArray to render. If i use push to add empty entries, everything works just fine. But if I use unshift (and I want to insert at top), form is c…
-
## Bug report
### Current Behavior
Since formik@2.4.1 I cannot update it because typings of FieldArray break
![image](https://github.com/jaredpalmer/formik/assets/12544704/36a264ba-f943-4c1b-…
-
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…
-
## 🐛 Bug report
### Current Behavior
When using a ValidationSchema and calling FieldArray's arrayHelper's `insert`, Formik breaks when there is an error on the outer validation schema and the ar…
-
这是前端晚练课的第 1 期,希望大家在参与前先去「达成以下 2 个成就」:
1. 有看过 [「前端晚练课的简介、愿景、角色、参与方式和激励措施」](https://github.com/fezaoduke/fe-practice-hard/blob/master/about.md)
2. 有阅读过 [「答题规范」](https://github.com/fezaoduke/fe-pract…
-
## Bug report
### Current Behavior
Performing the following actions "mangles" the `errors.` property:
- Attempting to submit so validation will fail
- Adding a new item
- Deleting that item.
…