Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit e98de36

Browse files
committedJan 3, 2016
Fix wenzhixin#264: updated the default of textTemplate to .html().
1 parent d04b41a commit e98de36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎multiple-select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
return false;
746746
},
747747
textTemplate: function ($elm) {
748-
return $elm.text();
748+
return $elm.html();
749749
},
750750
labelTemplate: function ($elm) {
751751
return $elm.attr('label');

0 commit comments

Comments
 (0)
This repository has been archived.