diff --git a/select2.js b/select2.js index eed8c586..2ec1d879 100644 --- a/select2.js +++ b/select2.js @@ -1218,7 +1218,7 @@ the specific language governing permissions and limitations under the Apache Lic } return; } - else if (opts.formatSearching()) { + else if (opts.formatSearching() && initial===true) { render("
  • " + opts.formatSearching() + "
  • "); }