-
**Describe the bug**
Not sure if a bug, but when I tried to use the `toFormikValidationSchema(Schema)`, I get a warning saying `Type instantiation is excessively deep and possibly infinite.`. This se…
-
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…
-
### Is your feature request related to a problem? Please describe.
The library is named as formik-json-schema but it doesn't seem to support [json schema](https://json-schema.org/).
### Descri…
-
I spent the last hour trying to get this package to work on react-native. I want to share my findings and hopefully spark a discussion onto where to take it from here.
Setup:
installing with yarn …
-
Dear maintainers,
I have a open source project that uses the JSON schema from json-resume to build PDF resumes online via a web app. The project is called [Resume-Builder](https://github.com/blopa/…
-
It would be extremely nice to have this library to support parsing to Yup schema as well. I've a case where I use Joi in the backend and I want to share schemas with frontend. Right now I am using Joi…
-
The Library thought earlier :
`@ginkgo-bioworks/react-json-schema-form-builder`
`react-form-builder2`
Both lack customisability on initial impression.
Initial thought:
Looking for something custo…
-
**Describe the solution you'd like**
Being able to freely move sections around on a template. Use buttons, or drag/drop.
-
## ❓Question
hi, I wonder if formik would be a good choice for producing dynamic forms.. lets say, you have a json describing the form and you pass it to formik to generate the HTML. Something simi…
-
### 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…