Skip to content

Commit

Permalink
Merge pull request select2#434 from hzy-/master
Browse files Browse the repository at this point in the history
formatSearching can be disabled
  • Loading branch information
ivaynberg committed Sep 21, 2012
2 parents 6549320 + 3fcfbed commit e28ea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion select2.js
Expand Up @@ -1226,7 +1226,7 @@
}
return;
}
else {
else if (opts.formatSearching() != null) {
render("<li class='select2-searching'>" + opts.formatSearching() + "</li>");
}

Expand Down

0 comments on commit e28ea42

Please sign in to comment.