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
Not sure if this is an issue with the plugin or the docs or just with my implementation.
I have my first set of fields(index 0) that I am repeating. with minItems set to 1, I can repeat the form field (index 1), but can not remove the repeated fieldset. if I add a second fieldset Index(2) I can remove that one.
If I set minItems to 0 I can remove the fieldset with Index 1. This might be something that the docs could clarify better.
The text was updated successfully, but these errors were encountered:
Not sure if this is an issue with the plugin or the docs or just with my implementation.
I have my first set of fields(index 0) that I am repeating. with minItems set to 1, I can repeat the form field (index 1), but can not remove the repeated fieldset. if I add a second fieldset Index(2) I can remove that one.
If I set minItems to 0 I can remove the fieldset with Index 1. This might be something that the docs could clarify better.
The text was updated successfully, but these errors were encountered: