-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Prerequisites
- I have searched the existing issues
- I understand that providing a SSCCE example is tremendously useful to the maintainers.
- I have read the documentation
- Ideally, I'm providing a sample JSFiddle, Codesandbox.io or preferably a shared playground link demonstrating the issue.
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