-
Create Login-Register branch and recreate pages 12 & 13 of the design.
Use Formik to create the form.
Form validation will be handed by yup as seen in documentation
https://www.npmjs.com/package/…
-
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/…
-
There are places in the app that we set serveral formik fields at a time, see an example here, https://github.com/baltimorecounty/react-baltcogo/blob/bug-fixes/src/components/ServiceRequestForm.jsx#L1…
-
[react-hook-form](https://react-hook-form.com/) seems like a very promising alternative as it drops the dependency on Formik specific components and instead relies on more native html elements. there'…
-
### 目的
Todoのdescriptionをリッチテキストにして使いやすくする
-
## 🐛 Bug report
### Current Behaviour
Calling `submitForm()` returns promise which is successfully resolves even if form is invalid.
### Expected behaviour
Calling `submitForm()` should return…
-
Use the following library to convert JSON schemas to Yup schemas that we can use to validate schemas entered
https://www.npmjs.com/package/json-schema-yup-transformer
https://formik.org/docs/guides…
-
## 🐛 Bug report
### Current Behavior
right now if `validationSchema` prop changed form wouldn't revalidate
### Expected behavior
form should run validation on every `validationSchema` prop…
-
I have some trouble getting my head around a breaking change introduces in Yup with version '0.29.0' in combination with Formik.
Namely it's about the following:
`the types ([@types/yup](https://…
-
## 🐛 Bug report
### Current Behavior
Internally, Formik has two different functions to trigger validation, [validateFormWithLowPriority](https://github.com/jaredpalmer/formik/blob/849ed497e24afb…