Delete item confirmation in List rendered

The default render for an array has a confirmation dialog when deleting an item, but if I add a details stanza to control the layout then items are deleted without any confirmation.

Is there some other property I can set to get the delete confirmation dialog ?

Hi @PhilDay, these are two different renderers. The table renderer for arrays will ask for confirmation while the array layout renderer does not. This is not consistent so I would be open for changing this.

At the moment you need to provide a custom renderer in the layout case and then implement the dialog yourself (or reuse the one of JSON Forms)

Created Array Layout Renderer should support delete confirmation dialog · Issue #1838 · eclipsesource/jsonforms · GitHub to track this

1 Like