yii2-dynamicform icon indicating copy to clipboard operation
yii2-dynamicform copied to clipboard

How to not duplicate values of input fields while adding a new dynamic form?

Open vitalypark0555 opened this issue 6 years ago • 5 comments

When I fill all the fields of the first dynamic form, adding a new one all fields are filled in it by the values of the former one. How can I create just empty new form?

vitalypark0555 avatar Mar 16 '19 05:03 vitalypark0555

Please ensure the field are mark with indexes ({$i}) for dynamic form field..

   ...
    <?= $form->field($asset, "[{$i}]category_id")->label(Yii::t('app', 'Category'))
   ...

kidzen avatar Mar 27 '19 23:03 kidzen

please do composer update...i have mistakenly publish dev branch...tq for your support

kidzen avatar Mar 27 '19 23:03 kidzen

Good day, kidzen. Why namespace is wbraganca/dynamicform if in the instruction you wrote like kidzen/dynamicform

vitalypark0555 avatar Apr 20 '19 10:04 vitalypark0555

indeed, this repo originally from wbraganca/dynamicform in which now im maintaining on my own repo since the owner no longer active.. could you point out any mistake if i miss out any namespace refactor?

kidzen avatar Apr 22 '19 18:04 kidzen

This issue is still present in the dev/master branch

masgeek avatar Sep 23 '19 05:09 masgeek