-
### Describe the bug
Hello!
Using the example provided and inserting any simple validation it's not working... I check it out and I have discovered that its always dispatching error when there's a…
-
- [ ] Typescript Types or JSON Schema should generate the other. Options:
- JSON to Typescript: [json-schema-to-typescript](https://www.npmjs.com/package/json-schema-to-typescript) - article: [Stat…
-
Acceptance Criteria:
**Access Profile**:
The user should be able to access their profile page after logging in.
The profile page should display current details including name, email, and any addition…
-
## 🚀 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…
-
## 🐛 Bug report
### Current Behavior
Formik doesn't throw any error when my custom validation fails. You can see that yup validation works fine when triggered manually however formik doesn't sho…
-
I send a POST request to a API server and the request sent 2 times. The initial request succeed because the records are inserted in the database then I get HTTP 500 response from the server. I have at…
-
## 🐛 Bug report
### Current Behavior
I have a test that basically screenshots a form after removing focus from field that is required (while not filling in any value). For validations, I'm using…
-
## 🐛 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…
-
I understand Google brings up a few issues about this and I am 99% sure this has to do with my TS config and/or how the types are loaded but can't seem to find where the issue is in my particular setu…
-
## 🐛 Bug report
### Current Behavior
Formik's `validate` handler swallow all exceptions, silently.
```
function validate() {
throw new Error("Oooops, s*** went wrong");
}
```
#…