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