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: docs/props.md
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -159,18 +159,6 @@ Whether the first option should be focused when the dropdown is opened. If set t
159
159
160
160
Whether the dropdown should close after an option is selected.
161
161
162
-
## teleport
163
-
164
-
**Type**: `string`
165
-
166
-
**Default**: `undefined`
167
-
168
-
Teleport the menu outside of the component DOM tree. You can pass a valid string according to the official Vue 3 Teleport documentation (e.g. `teleport="body"` will teleport the menu into the `<body>` tree). This can be used in case you are having `z-index` issues within your DOM tree structure.
169
-
170
-
::: info
171
-
Top and left properties are calculated using a ref on the `.vue-select` with a `container.getBoundingClientRect()`.
0 commit comments