Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DON'T MERGE] feat(Form): Support anyOf & oneOf #1939

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Jan 23, 2025

Context

Currently, uniforms-patternfly doesn't support anyOf nor oneOf schemas and this limits the EIPs that we could configure using the CanvasForm.

Changes

This PR builds a Form component chain to add support for anyOf & oneOf schemas so it better reflects the Caml YAML DSL schema.

Pending UI changes

Pending Catalog generator changes

fix: #1934
fix: #1913
fix: #794
fix: #1942
fix: #966
fix: #705

This commit adds support for anyOf & oneOf so it better reflects the
Caml YAML DSL schema.

fix: #1934
fix: #1913
fix: #794
@lordrip lordrip added the on hold Issues or pull requests that are waiting for something label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment