-
## 🐛 Bug report
### Current Behavior
According to [validation reference FAQ](https://jaredpalmer.com/formik/docs/guides/validation) returning `undefined` as error message is considered as markin…
-
As we discussed earlier today, our current form implementation is the very definition of "over-engineered". I would like to rip it all out and start over.
- Study up on [Formik](https://formik.org/…
-
# 表单痛点
1. 值的获取,同步(React Form很繁琐);
2. 验证;
3. 提交过程处理
# Formik
![image](https://user-images.githubusercontent.com/6823623/134767925-4b0e0874-5333-45f5-b947-7efdb13dada2.png)
>keeping track of v…
-
## 🐛 Bug report
### Current Behavior
When setFieldValue is called multiple times consecutively, before Formik's inner dispatch finishes updating the state in between, validation reflects only th…
-
Design and implement a user profile page on the frontend where users can view and edit their profile information. The frontend will communicate with the backend using Axios. Client-side validation wil…
-
Implement Forms/Validation for the Shipping Component.
https://formik.org/docs/tutorial
-
## Bug report
### Current Behavior
After an update of Yup from 0.27.0 -> 0.29.3, yup introduced the following change https://github.com/jquense/yup/pull/539 and this probably caused the followin…
-
## 🐛 Bug report
### Current Behavior
When Field in FieldArray changed, the validate of Field was triggered twice.
Take a look into example in code sandbox.
### Expected behavior
Valid…
-
a separate component needs to be created for username along with formik validation.
So that auth/signin, auth/signup, auth/signup/social can direct import and use instead of writing the same validat…
-
## 🚀 Feature Proposal
Add forms to the component library.
Forms should have:
- [ ] form builder: outputs a jsonschema, including validation and field types
- [ ] auto building forms from a j…