-
The docs page online states that setFieldValue returns void, however it returns a promise.
https://formik.org/docs/api/formik#setfieldvalue-field-string-value-any-shouldvalidate-boolean--void
-
## 🚀 Feature request
### Current Behavior
currently there's no way to build a field which shows the error after the field was touched or the form was submitted with the useField hook.
### Des…
-
## Bug report
I am using formik with downshift. I have it set up so that once something gets entered in the input field, inside the downshift [onInputValueChange](https://www.downshift-js.com/use-com…
-
## 🐛 Bug report
### Current Behavior
If you use the following code snippet `getIn(this.props.formik.values, this.props.name, undefined)` and `this.props.name` happens to be undefined it returns …
-
## 📖 Documentation
Could you give such an example in the documentation? I think it will save a lot of time for people who need to add a listener for validation (e.g. to change a button outside of For…
-
## 🐛 Bug report
Pretty simple, it says in the docs here:
https://jaredpalmer.com/formik/docs/api/withFormik#handlesubmit-values-values-formikbag-formikbag--void--promiseany
that you can retu…
-
## 🚀 Feature request
### Current Behavior
Formik `FastField`s will block updates unless a change was made to the slice of Formik state that is related to that field.
### Desired Behavior
A…
-
## 🐛 Bug report
### Current Behavior
Calling `setFieldTouched` runs validation on old values.
### Expected behavior
Validation should be called on new values.
### Reproducible example
…
bkiac updated
6 months ago
-
## 今天討論了什麼?結論是什麼?
1. 因為進度落後,所以就沒有討論新的主題
2. 下週要想辦法把進度補上
## 最新的進度是什麼?
無
## 下次報告前要完成哪些事項?
把上禮拜應該完成的進度補上
## 其他心得
1. 看了Taming Forms in React by Jared Palmer @ React Alicante - Sep 15, 2018,看完…
-
When loading this in a SSR app, I had issues getting it to load at the right time, and wanted to make sure it doesn't load in production so, I was thinking I would share my solution here, and if accep…