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
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.The text was updated successfully, but these errors were encountered: