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.1k stars 348 forks source link

[FIX] js: convert chainedfk & chainedm2m to objects #267

Closed KeeperK closed 4 years ago

KeeperK commented 6 years ago

Us objects instead of function and export them to global scope (window) . This is far from perfect but fix the issue #253

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 89.809% when pulling 761230bf495f1a20340730b23efaa23893feffa7 on pparidans:fix-253 into ca55e0bc8ad378dc7a3d1bb5e68e18e8fc51c546 on digi604:master.

manelclos commented 4 years ago

@KeeperK it seems master does already have a similar fix. Can you test if your PR is still needed?

manelclos commented 4 years ago

Closing inactive PR, please reopen if necessary.