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: readme.md
+1
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ The standard jquery.autocomplete.js file is around 13KB when minified.
49
49
*`groupBy`: property name of the suggestion `data` object, by which results should be grouped.
50
50
*`maxHeight`: Maximum height of the suggestions container in pixels. Default: `300`.
51
51
*`width`: Suggestions container width in pixels, e.g.: 300. Default: `auto`, takes input field width.
52
+
*`positionOffset`: Offset of suggestions container in pixels. Default: `[0, 0]`.
52
53
*`zIndex`: 'z-index' for suggestions container. Default: `9999`.
53
54
*`appendTo`: container where suggestions will be appended. Default value `document.body`. Can be jQuery object, selector or html element. Make sure to set `position: absolute` or `position: relative` for that element.
54
55
*`forceFixPosition`: Default: `false`. Suggestions are automatically positioned when their container is appended to body (look at `appendTo` option), in other cases suggestions are rendered but no positioning is applied.
0 commit comments