Skip to content

JsonSchema prefixItems aren't handled #4082

Open
@dmacdermott

Description

@dmacdermott

Currently when a schema has prefix items like below, formly doesn't render any fields for these.

Will there be support for this soon? Or is there any kind of work around currently.

{
  "type": "array",
  "prefixItems": [
    { "type": "number" },
    { "type": "string" },
    { "enum": ["Street", "Avenue", "Boulevard"] },
    { "enum": ["NW", "NE", "SW", "SE"] }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions