jazzband / django-smart-selects

chained and grouped selects for django forms
https://django-smart-selects.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.11k stars 348 forks source link

loop over all .chained-fk when adding a new formset #211

Closed victorborrasdev closed 7 years ago

victorborrasdev commented 7 years ago

When adding a new formset with multiple chained FKs, only the first one worked because it didn't loop over all $('.chained-fk')

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 88.696% when pulling 3fc7e6b9a1c9dd43faddf59faf3708f33861c964 on vborras:multiple-selects into 98006602e20996fb74053b79156fa0fc3909e759 on digi604:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 88.696% when pulling 08c6218c9033b6276df0c9ff3eb829ad88c65448 on vborras:multiple-selects into 98006602e20996fb74053b79156fa0fc3909e759 on digi604:master.

blag commented 7 years ago

Thanks!