eclipsesource / eclipsesource/jsonforms
Array Layout Renderer should support delete confirmation dialog
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 424
- Avg merge
- 17d 8h
- Merged PRs (30d)
- 1
Description
### Is your feature request related to a problem? Please describe.
As per this discussion in the forum: [Delete item confirmation in List rendered](https://jsonforms.discourse.group/t/delete-item-confirmation-in-list-rendered/496)
At present the default (table) renderer for an array and the array layout render are inconsistent as the former has a delete confirmation dialog and the latter simply removes items.
### Describe the solution you'd like
The Array layout renderer should also prompt for confirmation before deleting an item
### Describe alternatives you've considered
Custom rendered, but this would be better if it was part of the core behaviour
### Framework
React
### RendererSet
Material
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.