We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f27a0 commit d1c81dfCopy full SHA for d1c81df
1 file changed
select2.js
@@ -1608,7 +1608,7 @@ the specific language governing permissions and limitations under the Apache Lic
1608
"class": "select2-container"
1609
}).html([
1610
"<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>",
+ " <span> </span><abbr class='select2-search-choice-close' style='display:none;'></abbr>",
1612
" <div><b></b></div>" ,
1613
"</a>",
1614
"<input class='select2-focusser select2-offscreen' type='text'/>",
0 commit comments