offset |
array | string | function |
[0, 0] |
Offset of the dropdown relative to its target.
When a function is used to determine the offset, it is called with an object containing the popper instance, the refecence Element and the placement as its first argument. The function must return an array with two numbers: [skidding, distance] . The triggering element DOM node is passed as the second argument.
For more information refer to Popper.js's offset docs.
|