Skip to content
New issue

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

#1175: Improve "enableHTML" for options #12

Merged
merged 2 commits into from
Apr 12, 2021
Merged

#1175: Improve "enableHTML" for options #12

merged 2 commits into from
Apr 12, 2021

Conversation

s-eckard
Copy link
Owner

@s-eckard s-eckard commented Mar 5, 2021

No description provided.

@@ -933,7 +933,9 @@
$wrapper.addClass("form-check");

if (this.options.enableHTML && $(label).length > 0) {
$wrapper.append($(label));
var $checkboxLabel = $('<label class="form-check-label" />');
$checkboxLabel.html(label);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Für mich sieht das gerade so aus, als ob einem label ein label hinzugefügt wird. Passt das?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

label ist im Normalfall nur der Label-Text. Es könnte jedoch auch ein etwas komplexeres Label bestehend aus verschiedenen HTML-Elementen sein, dass hier verwendet wird. label ist vielleicht nicht die beste Benennung hier. Eventuell wäre sowas wie labelContent besser. Das kann ich bei mir lokal mal ändern, dann kommt es mit der nächsten Änderung rein.

@d-langstein d-langstein merged commit 1cc960f into master Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants