Skip to content

Commit 928c1a3

Browse files
johannesdThomas Wanschik
authored and
Thomas Wanschik
committed
Updated readme
1 parent a6dfb9e commit 928c1a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The standard jquery.autocomplete.js file is around 13KB when minified.
5555
* `groupBy`: property name of the suggestion `data` object, by which results should be grouped.
5656
* `maxHeight`: Maximum height of the suggestions container in pixels. Default: `300`.
5757
* `width`: Suggestions container width in pixels, e.g.: 300, `flex` for max suggestion size and `auto` takes input field width. Default: `auto`
58+
* `positionOffset`: Offset of suggestions container in pixels. Default: `[0, 0]`.
5859
* `zIndex`: 'z-index' for suggestions container. Default: `9999`.
5960
* `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.
6061
* `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

Comments
 (0)