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
Describe the bug After updating from 5.0.6 to 5.1.0, HTML isn't rendered inside the toggle.
5.0.6
5.1.0
To Reproduce
<input type="checkbox" checked data-toggle="toggle" data-onlabel="<i class='bi-play'></i> Play" data-offlabel="<i class='bi-pause'></i> Pause">
Screenshots Bootstrap 5 Toggle 5.0.6:
Bootstrap 5 Toggle 5.1.0:
Package:
5.3.3
Desktop:
The text was updated successfully, but these errors were encountered:
Hi! 👋 Thanks for your issue. You are helping to improve Bootstrap 5 toggle.
Sorry, something went wrong.
fix: remove sanitize html for labels
803481c
closes #174
Thanks for reporting.
The issue is fixed in v5.1.1.
The issue is a border effect of #160
Successfully merging a pull request may close this issue.
Describe the bug
After updating from
5.0.6
to5.1.0
, HTML isn't rendered inside the toggle.To Reproduce
Screenshots
Bootstrap 5 Toggle
5.0.6
:Bootstrap 5 Toggle
5.1.0
:Package:
5.1.0
5.3.3
Desktop:
The text was updated successfully, but these errors were encountered: