Merge pull request #434 from hzy-/master
formatSearching can be disabled
This commit is contained in:
commit
e28ea42846
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@
|
|||
}
|
||||
return;
|
||||
}
|
||||
else {
|
||||
else if (opts.formatSearching() != null) {
|
||||
render("<li class='select2-searching'>" + opts.formatSearching() + "</li>");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue