-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input names #62
Comments
Just change div data-repeater-list="group-a" to your personalized one. |
i am repeating these rows
now when i post ajax and i am passing form data serialized aum_charges[ why this bracket added to keys ???????? and its happening on last index row look at json {"_token":"WhS9BPtgrlxW0ePm9tbCkb4d237EggtnGuBqj7in","code":"rep1-0001","status":"1","deactivate_reason":null, "users": {"user_name":null,"user_id":null,"split_percentage":null,"triad_oversite":null,"compliance_fee":null,"aum_charges":null,"house_percent":null},
] look at keys appended with large brackets this is also happening on your master branch :( |
Find a solution? |
Thanks! you made my day!) |
How can I have the input's names personalized? I have a name attribute in the inputs but I always get, for example, «group[1][text-input]». For example. I have:
and it gets
How can I change it?
Thank you so much
The text was updated successfully, but these errors were encountered: