diff --git a/index.html b/index.html
index ed4bf88b..cf592ce6 100755
--- a/index.html
+++ b/index.html
@@ -1074,6 +1074,15 @@ function format(state) {
<returns> | string | Message html |
+formatLoadMore | function |
+ Function used to render the "Loading more results..." message
+ formatLoadMore(pageNumber)
+
+ Parameter | Type | Description |
+ pageNumber | int | 1-based page number tracked by Select2 for use with infinite scrolling of results |
+ <returns> | string | Message html |
+
+ |
createSearchChoice | function |
Creates a new selectable choice from user's search term. Allows creation of choices not available via the query
function. Useful when the user can create choices on the fly, eg for the 'tagging' usecase.
|