rjsf-team / react-jsonschema-form

A React component for building Web forms from JSON Schema.

Home Page:https://rjsf-team.github.io/react-jsonschema-form/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported field schema "anyOf"

jazzido opened this issue · comments

Description

I'm trying to build a form from vega-lite's JSON Schema.

Steps to Reproduce

  1. Get vega-lite's JSON Schema
  2. Paste it on the JSONSchema field in the Playground
  3. set UISchema and formData to {}

Actual behavior

image

Version

Both 0.49.0 and e94cb08 (master at the time of submitting this report) fail with the same error message.

Thanks!

Duplicate of #52, ongoing implementation is happening in #417.

thanks @n1k0

Is #417 still active? Has been quiet for the last couple months…

Indeed, though as stated in the comments (afaicr), Mozilla doesn't need this feature so it should be contributed by someone else. Feel free to take over the work and contribute if you're interested in seeing this becoming real :)