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

Bootstrap5 compatible close buttons

Open michael-schindler opened this issue 3 years ago • 0 comments
trafficstars

First: The whole package works great with bootstrap5 as well. Thanks for this module! Anyways, I discovered a minor issue:

The close buttons do not work properly with bootstrap5 if I use the example provided. Instead of using the button attributes data-dismiss="modal", I had to use data-bs-dismiss="modal". Also, you can use the class .btn-close instead of using <span aria-hidden="true">&times;</span> as content.

Hope this helps. If not, please ignore.

michael-schindler avatar Jan 19 '22 15:01 michael-schindler