wbraganca / yii2-dynamicform

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.
Other
436 stars 438 forks source link

Ajax validation stop working after deleting any dynamic item #315

Open desmondjim opened 3 years ago

desmondjim commented 3 years ago

In my form i have an option "ajaxValidation => true" for some fields. Validation works fine on first load, but when i deleting any dynamic item, ajax validation stop working on whole form. Any ideas how to fix it?

skverma-ishir commented 3 years ago

I am also facing the same issue in the nested dynamic form once I remove any child or parent item ajax validation stops working. Please suggest a fix to it.