Closed zonky2 closed 7 years ago
I currently have the problem with contao-leads export options, that I cannot create any new rows, neither with the first (duplicate) or second (add new) +
button. Nothing happens and there is no JavaScript error.
Is this the same issue? @zonky2 's description is not very specific ;)
@fritzmg
I cannot create any new rows
pls update your MCW - or load this JS https://github.com/menatwork/MultiColumnWizard/pull/228
pls update your MCW
This problem happens with the versions 3.3.11
and 3.3.12
. 3.3.10
works fine.
at 3.3.11 Github or höhere Mächte crashed the minified js
at 3.3.11 Github or höhere Mächte crashed the minified js
??
So a new release must/will be done?
just try dev-master (cca48dcc)
Bug with new row and multiple fields e.g. with color picker
at name of new created input fields missing the array brackets
new line have
... name="mcwtest[0][mcw_text2]"...
should have... name="mcwtest[0][mcw_text2][]"...
after save input mask all o.k.