From 985485037c1d9d6941c08261f0ba3198abef1a26 Mon Sep 17 00:00:00 2001 From: sieppl Date: Mon, 20 Jan 2014 12:12:33 +0100 Subject: [PATCH] Update for nextSearchTerm feature enhancement https://github.com/ivaynberg/select2/pull/2044 --- select2-latest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2-latest.html b/select2-latest.html index 4d8fdf84..0bf68d02 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1566,7 +1566,7 @@ $("#select").select2({ nextSearchTerm: displayCurrentValue }); -

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

+

Function can be used when the dropdown is configured in single and multi-select mode. It is triggered after selecting an item. In single mode it is also triggered when an initSelection is provided.