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
We have created a Dynamic Add Remove Component inside a form. Whenever i delete any input field it gets deleted from the UI but in form's onValidate Function, I still see removed input's validation.
Expected Behavior
onValidate() Function returning {errors, infos} should only return existing elements on Form
Actual Behavior
But it is still persisting removed elements from form.
URL, screen shot, or Codepen exhibiting the issue
Steps to Reproduce
create a dynamic add remove component, add elements and then remove elements using splice.