We extracted the ListWidget to create a list of elements, which can render a form each using a modal dialog. However the concept greatly differs from gocept.jsform: Rather having good default options for almost anything, the ListWidget requires you to give all information up front. To be more specific: Only fields that have a given label are shown.
We should unify the approach used, so both (gocept.jsform and ListWidget) use progressive enhancements.
Originally reported by: Florian Pilz (Bitbucket: florianpilz, GitHub: florianpilz)
We extracted the ListWidget to create a list of elements, which can render a form each using a modal dialog. However the concept greatly differs from
gocept.jsform
: Rather having good default options for almost anything, the ListWidget requires you to give all information up front. To be more specific: Only fields that have a given label are shown.We should unify the approach used, so both (
gocept.jsform
andListWidget
) use progressive enhancements.