wbraganca / yii2-dynamicform

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

errorSummary show error's when 'min' => 0 #205

Open DaveFerger opened 7 years ago

DaveFerger commented 7 years ago

Hy

if:

if i validate whole form (submit), i see errors for $contacts[0] and/or $banks[0] in errorSummary the form is valid, submitted, but show the error of a non-displayed elements (for approx. 1s, while post request is pending, then redirect to index action)

thx