django-bootstrap-modal-forms icon indicating copy to clipboard operation
django-bootstrap-modal-forms copied to clipboard

Bootstrap Modal Doesn't Load on Initial Click

Open CKDarling opened this issue 2 years ago • 0 comments

Really unsure if this is the correct place for this, but Im running into a peculiar issue with this package.

After setting everything up, I can open and submit the form to my desired needs. An issue arises when I load my page. The initial click on my referenced button doesn't open the modal. If I click again it opens the modal. Also, if i close the modal and reopen it, i am tracking multiple get requests of the same form.

Again the modal works everywhere except the initial click and the loading of multiple form instances.

CKDarling avatar Jun 21 '22 20:06 CKDarling