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
I'm currently working with a nested dynamicform where everytime I click on the add button the select2 its just empty
I tried with many forms to show it after the insert and the problem persist.
This just happen on the nested one, the others works perfectly fine
Hi,
I'm currently working with a nested dynamicform where everytime I click on the add button the select2 its just empty
I tried with many forms to show it after the insert and the problem persist.
This just happen on the nested one, the others works perfectly fine
This is the code for the nested dynamicform:
'dynamicform_inner', 'widgetBody' => '.container-fibras', 'widgetItem' => '.fibras-item', 'min' => 1, 'insertButton' => '.add-fibras', 'deleteButton' => '.remove-fibras', 'model' => $fibrasReserva[0], 'formId' => 'dynamic-form', 'formFields' => [ 'description' ], ]); ?>The text was updated successfully, but these errors were encountered: