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
First of all: thanks a lot for the awesome Bootstrap forms integration for Symfony. I started implementing the same thing, but much simpler, myself and then came across your bundle and I like it very much and it saved me a lot of time.
One problem tough when using collections:
As far as I can see there is a bug in bc-bootstrap-collection.js.
First of all: thanks a lot for the awesome Bootstrap forms integration for Symfony. I started implementing the same thing, but much simpler, myself and then came across your bundle and I like it very much and it saved me a lot of time.
One problem tough when using collections:
As far as I can see there is a bug in bc-bootstrap-collection.js.
I can also reproduce it on the playground page: http://bootstrap.braincrafted.com/playground/forms.html
Steps to reproduce:
=> entry 1 will have key [0] and entry 1.1 will have the keys [0] [0] - which is correct
=> entry 2 will have key [2] but entry 2.1 will have the keys [1] [1] - I think entry 2 should have the key [1] instead of [2]
Thanks!
The text was updated successfully, but these errors were encountered: