Skip to content

Commit 439ce01

Browse files
committed
Updated readme
1 parent b1b1275 commit 439ce01

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
@@ -49,6 +49,7 @@ The standard jquery.autocomplete.js file is around 13KB when minified.
4949
* `groupBy`: property name of the suggestion `data` object, by which results should be grouped.
5050
* `maxHeight`: Maximum height of the suggestions container in pixels. Default: `300`.
5151
* `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]`.
5253
* `zIndex`: 'z-index' for suggestions container. Default: `9999`.
5354
* `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.
5455
* `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)