formik-json-schema
formik-json-schema copied to clipboard
JsonSchema support
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.
Describe the solution you'd like
The solution would be to support the json schema definition for form rendering and validation.
Facing some problem.... trying to make validation where i want to send regex or undefined value... but the problem is it's not valid json schema... And wrapping it into string or doing some other magic doesn't work either..