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