DubFriend / jquery.repeater

Create a repeatable group of input elements
MIT License
388 stars 191 forks source link

Unable to use multiple list groups in single form #140

Open thedevsbuddy opened 3 years ago

thedevsbuddy commented 3 years ago

Hi I am trying to create a form using the jquery repeater plugin and it is working fine for data-repeater-list="group-a" but if I am creating another group data-repeater-list="group-b" then it is not working I mean I am providing 2 buttons to add fields in both groups but both buttons are adding fields in group-a only please provide a solution.