1
0
mirror of synced 2024-11-22 21:16:10 +03:00

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 <kbrown@rediker.com>
This commit is contained in:
jdecuyper 2014-01-06 17:40:27 -06:00 committed by Kevin Brown
parent bf62173f39
commit 799791bbe9

View File

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