-
Create a connection between Gravity Forms in WordPress and [Formik](https://github.com/formium/formik)
**Requirements**
- [x] User creates a form in WordPress, and drops it into a page via Guten…
-
Create a form for users to sign up with.
- [ ] Uses MUI, yup, and Formik, or React-Hook-Form for validation.
- [ ] Actively provides feedback based on user input.
- [ ] Functional confirm password …
-
## Points to note
- Component in action - `formik/Select.js`
- Github Urls to this component:
* [neeto-ui/formik/Select.js](https://github.com/bigbinary/neeto-ui/tree/67ee4a5188c5feccbeca27671076…
-
**Bug Description**
`Add` button is active after opening "Add Bank"/"Add Validator" dialog.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Click the plus button to the right of "Ba…
-
**Describe the bug**
While creating a notebook and trying to restrict writers, one can make the UI fall into an invalid state where there are no entries in the writer field yet the form does not vali…
-
This is a long shot but Im wondering if there is a way to implement multi level validation warnings/errors via Yup and Formik?
For example lets say for value A possible values are 0-10. I want to i…
-
## 🐛 Bug report
### Current Behavior
Currently, when low priority validation is scheduled, the next render doesn't have access to that information.
### Expected behavior
We should be able…
-
## Describe the bug
With React, if you create a form using Formik, you want field validation for required fields to happen *after* Formik marks the field as `touched`. Formik uses onBlur to see whe…
-
## ❓Question
In using Yup independently of Formik, I can pass options during the validation process.
Something like
``yupSchema.validate(sampleObjectToValidate, {context: {options}) ``
This is…
-
Nested validation with validation schema seems broken. It's definetly not an issue with yup as the example I've made works fine:
https://repl.it/repls/PiercingSevereInformation
After executing For…