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>stringMessage html +formatLoadMorefunction + Function used to render the "Loading more results..." message +
formatLoadMore(pageNumber)
+ + + + +
ParameterTypeDescription
pageNumberint1-based page number tracked by Select2 for use with infinite scrolling of results
<returns>stringMessage html
+ createSearchChoicefunction 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.