From 799791bbe97ea94f1f979bf175e58275fe2fe462 Mon Sep 17 00:00:00 2001 From: jdecuyper Date: Mon, 6 Jan 2014 17:40:27 -0600 Subject: [PATCH] Enable nextSearchTerm function for multiple select This closes #2015. Documentation only added to select2-latest.html as the function is not available in Select2 3.4.5. Signed-off-by: Kevin Brown --- select2-latest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2-latest.html b/select2-latest.html index 9b2b6b2c..4d8fdf84 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1566,7 +1566,7 @@ $("#select").select2({ nextSearchTerm: displayCurrentValue }); -

Only applies when the dropdown is configured in single-select mode.

+

Function can be used when the dropdown is configured in single and multi-select mode.