We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf01ec6 + d154146 commit 69567cdCopy full SHA for 69567cd
1 file changed
select2.js
@@ -2019,7 +2019,7 @@
2019
var choice=$(
2020
"<li class='select2-search-choice'>" +
2021
" <div></div>" +
2022
- " <a href='javascript:void(0)' class='select2-search-choice-close' tabindex='-1'></a>" +
+ " <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a>" +
2023
"</li>"),
2024
id = this.id(data),
2025
val = this.getVal(),
0 commit comments