Skip to content

Commit d1c81df

Browse files
committed
Make select whole select clickable in IE8
1 parent d2f27a0 commit d1c81df

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
@@ -1608,7 +1608,7 @@ the specific language governing permissions and limitations under the Apache Lic
16081608
"class": "select2-container"
16091609
}).html([
16101610
"<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>",
1611-
" <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
1611+
" <span>&nbsp;</span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
16121612
" <div><b></b></div>" ,
16131613
"</a>",
16141614
"<input class='select2-focusser select2-offscreen' type='text'/>",

0 commit comments

Comments
 (0)