We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To Reproduce Steps to reproduce the behavior:
Go to App.Razor and upgrade to bootstrap 5.3.3:
Update the head:
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
Save and run. Now open up a modal with ShowCloseButton enabled. Close button in header slid to the left
The text was updated successfully, but these errors were encountered:
It's a bootstrap bug: twbs/bootstrap#39798
It's going to be fixed in the next version.
Sorry, something went wrong.
@XenoWizard Thank you for using BlazorBootstrap. Mean while you can set HeaderCssClass="justify-content-between".
HeaderCssClass="justify-content-between"
Blazor 5.3.3 upgrade + Modal close "X" button with bootstrap 5.3.3 #714
ee673c8
bootstrap v5.3.3 upgrade + demos + docs update (#729)
33ba26e
* Blazor 5.3.3 upgrade + Modal close "X" button with bootstrap 5.3.3 #714 * Demos and Docs update
gvreddy04
Successfully merging a pull request may close this issue.
To Reproduce
Steps to reproduce the behavior:
Go to App.Razor and upgrade to bootstrap 5.3.3:
Update the head:
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
Save and run. Now open up a modal with ShowCloseButton enabled. Close button in header slid to the left
The text was updated successfully, but these errors were encountered: