flipbyte / formik-json-schema

Easily create react forms using JSON / Javascript Object
MIT License
151 stars 40 forks source link

JsonSchema support #43

Open gpietro opened 5 years ago

gpietro commented 5 years ago

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.

uragecz commented 4 years ago

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..

adjenks commented 1 year ago

Yeah I really thought this library used actual "json-schema" (https://json-schema.org/) until I started reading the docs.