DubFriend / jquery.repeater

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

Nested Repeater Name Change #155

Open Abdili2 opened 2 years ago

Abdili2 commented 2 years ago

I'm Having problem getting the values of inputs who are within a nested Repeat.

ex. I have a data-repeater-list="Doc" and within this list I have another list named Items and within the List named Items I have inputs. How do I get the value of these inputs after I post the form to another document. I've tried Doc[0]Items[0][name] as well as Only Items[0][name] nothing seems to working from my perspective. can anyone help.

Abdili2 commented 2 years ago

Solved it 😃

shahriared commented 2 years ago

@Abdili2 How did you fixed that?