B5-Snippets
B5-Snippets copied to clipboard
modal close button is wrong
generated
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
bootstrap 5
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
Yes that's true, however, it works with the current version. That should be in mind while updating to newer version.
I was working with either the alpha or beta so if you are using the most current version, @ChaerilM may be correct. I can double check this.