Skip to content

Commit 49e9908

Browse files
committed
Merge pull request select2#1162 from leipie/master
Fix IE8 clickable issues
2 parents 5987732 + d1c81df commit 49e9908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ the specific language governing permissions and limitations under the Apache Lic
16071607
"class": "select2-container"
16081608
}).html([
16091609
"<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>",
1610-
" <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
1610+
" <span>&nbsp;</span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
16111611
" <div><b></b></div>" ,
16121612
"</a>",
16131613
"<input class='select2-focusser select2-offscreen' type='text'/>",

0 commit comments

Comments
 (0)