-
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
5.x
Current Behavior
When using "array" type in jsonSchema with ui:widget: "checkboxes" in uiSchema, all the other themes works fine but in chakra-ui the title is not rendered
Expected Behavior
Title should be rendered above the checkboxes
Steps To Reproduce
- Create a schema with array field, with a title
- Add a uiSchema that specifies ui:widget: "checkboxes" for that field
- In chakra-ui the title is not rendered
Example:- here
Environment
- OS:
- Node:
- npm:Anything else?
No response
Reactions are currently unavailable