Skip to content

Support additionalProperties in React Material renderer set #2492

@lucasoares

Description

@lucasoares

Describe the bug

I have the following schema:

                "auth_style": {
                    "type": "string",
                    "enum": [
                        "header",
                        "param",
                        "body"
                    ]
                },
                "client_key": {
                    "type": "string"
                },
                "client_secret": {
                    "type": "string"
                },
                "endpoint_params": {
                    "type": "object",
                    "additionalProperties": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },

Expected behavior

It should deal with it as a map of string -> string list and render correctly

Steps to reproduce the issue

Use the schema I provided

Screenshots

Image

Which Version of JSON Forms are you using?

v3.6.0

Package

Core, React Material Renderers, React Bindings

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions