Skip to content

Commit

Permalink
Added searchHandler option
Browse files Browse the repository at this point in the history
  • Loading branch information
zkelo committed Jul 19, 2023
1 parent dfa81c9 commit 45723a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/select2/defaults.js
Expand Up @@ -196,7 +196,7 @@ define([
if (options.multiple) {
options.selectionAdapter = Utils.Decorate(
options.selectionAdapter,
SelectionSearch
options.searchHandler || SelectionSearch
);
}

Expand Down

0 comments on commit 45723a2

Please sign in to comment.