You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Description
The ObjectRenderer (currently only available when manually editing the ui schema) renders a group with controls for all contained properties. All these elements are shown as deletable. If any of them is deleted, the whole ui schema is removed.
Description
The ObjectRenderer (currently only available when manually editing the ui schema) renders a group with controls for all contained properties. All these elements are shown as deletable. If any of them is deleted, the whole ui schema is removed.
To reproduce
Steps to reproduce the behavior:
{ "type": "VerticalLayout", "elements": [ { "type": "Control", "scope": "#/properties/name" }, { "type": "Control", "scope": "#/properties/personalData" } ] }Expected behavior
Delete should not be offered on any of the object elements
Screenshots
