1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Merge pull request #2058 from sieppl/gh-pages

Text change to describe nextSearchTerm feature enhancement
This commit is contained in:
Kevin Brown 2014-01-20 07:12:15 -08:00
commit 62d08a554a

View File

@ -1601,7 +1601,7 @@ $("#select").select2({
nextSearchTerm: displayCurrentValue
});
</pre>
<p class="alert alert-info">Function can be used when the dropdown is configured in single and multi-select mode.</p>
<p class="alert alert-info">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 after initSelection (when provided).</p>
</td></tr>
</table>