django-autocomplete-light
django-autocomplete-light copied to clipboard
Webpage jQuery functionality not working after closing modal with django-taggit automcomplete field
Hello, I recently noticed a strange behavior in my bootstrap 4 modal. When I add {{ form.media }} in my form inside my modal after closing the modal the other functionalities of the page do not work and it required me to refresh the page. However, if I remove {{ form.media }} from my modal everything works fine except I cannot use autocomplete-field anymore. What seems to be the issue here?
This is likely caused by scripts not loading in the right order. I have an open PR #1162 that is just waiting on testing and review to fix this issue.