Skip to content

Commit 629d43a

Browse files
authored
docs: Describe false value on container property (#478)
Update README.me to describe the property value
1 parent 11084f2 commit 629d43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Or a reactive property:
237237
- `trigger` - Events triggering the tooltip separated with spaces: `'hover'`, `'click'`, `'focus'` or `'manual'` (`'manual'` can't be combined with any other event).
238238
- `show` - Boolean to manually open or hide the tooltip.
239239
- `offset` - Offset of the position (px).
240-
- `container` - Selector: Container where the tooltip will be appended (e.g. `'body'`).
240+
- `container` - Selector: Container where the tooltip will be appended (e.g. `'body'`). Set it to `false` to append popover on target parent node.
241241
- `boundariesElement` - DOM element for the tooltip boundaries.
242242
- `template` - HTML template of the tooltip.
243243
- `arrowSelector` - CSS selector to get the arrow element in the tooltip template.

0 commit comments

Comments
 (0)