Skip to content

additional properties in chakra-ui #4772

@jsannerstedt

Description

@jsannerstedt

Prerequisites

What theme are you using?

chakra-ui

Version

6.0.0-beta.17

Current Behavior

I'm having issues with a schema that's using additional properties. The Add item button isn't visible.

Expected Behavior

The Add item button should be visible

Steps To Reproduce

In the playground, use this simplified schema
{ "type": "object", "properties": { "params": { "type": "object", "additionalProperties": { "type": "string" } } } }
Switch to chakra-ui.
The Add item button isn't available.
However, if there is existing formData, it seems to render correct.

Environment

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugchakra-uiChakra ui related theme issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions