We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbeeca3 commit 9bbd39fCopy full SHA for 9bbd39f
1 file changed
src/definitions/modules/dropdown.js
@@ -1772,7 +1772,7 @@ $.fn.dropdown = function(parameters) {
1772
return $module.data(metadata.placeholderText) || '';
1773
},
1774
text: function() {
1775
- return $text.text();
+ return settings.preserveHTML ? $text.html() : $text.text();
1776
1777
query: function() {
1778
return String($search.val()).trim();
0 commit comments