1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Update for nextSearchTerm feature enhancement

https://github.com/ivaynberg/select2/pull/2044
This commit is contained in:
sieppl 2014-01-20 12:12:33 +01:00
parent 147afc0872
commit 985485037c

View File

@ -1566,7 +1566,7 @@ $("#select").select2({
nextSearchTerm: displayCurrentValue nextSearchTerm: displayCurrentValue
}); });
</pre> </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 when an initSelection is provided.</p>
</td></tr> </td></tr>
</table> </table>