You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pat/auto-suggest/documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ You can customise the behaviour of a gallery through options in the `data-pat-au
76
76
| ajax-batch-size | Number | 10 | Batch size for subsequent pages of a bigger result set. For the first page, `max-initial-size` is used. |
77
77
| ajax-data-type | String | "json" | In what format will AJAX fetched data be returned in? |
78
78
| ajax-search-index | String || The index or key which must be used to determine the value from the returned data. |
79
-
| ajax-timeout | Number | 400 | Timeout before new ajax requests are sent. The default value is set ot`400` milliseconds and prevents querying the server too often while typing. |
79
+
| ajax-timeout | Number | 400 | Timeout before new ajax requests are sent. The default value is set to`400` milliseconds and prevents querying the server too often while typing. |
80
80
| ajax-url | URL || The URL which must be called via AJAX to fetch remote data. |
81
81
| allow-new-words | Boolean | true | Besides the suggested words, also allow custom user-defined words to be entered. |
82
82
| max-initial-size | Number | 10 | Initial batch size. Display `max-initial-size` items on the first page of a bigger result set. |
0 commit comments