diff --git a/index.html b/index.html index 9c8c0cf3..0ff8772c 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.