Skip to content

Commit 663a7d1

Browse files
hartatorpedrofurtado
authored andcommitted
Make it clearer that "minimumInputLength" should be set as a Select2 option and not inside the AJAX hash. select2#38 (select2#15)
1 parent 591e6a4 commit 663a7d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pages/06.data-sources/02.ajax

pages/06.data-sources/02.ajax/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can configure how Select2 searches for remote data using the `ajax` option.
3737
3838
## Request parameters
3939

40-
Select2 will issue a request to the specified URL when the user opens the control (unless there is a `minimumInputLength` set), and again every time the user types in the search box. By default, it will send the following as query string parameters:
40+
Select2 will issue a request to the specified URL when the user opens the control (unless there is a `minimumInputLength` set as a Select2 option), and again every time the user types in the search box. By default, it will send the following as query string parameters:
4141

4242
- `term` : The current search term in the search box.
4343
- `q` : Contains the same contents as `term`.

0 commit comments

Comments
 (0)