forked from shentao/vue-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When parent component places restrictions on the overflow/positioning of child components this has an unwanted effect on the 'dropdown' part of the vue-multiselect component. Because we want the dropdown to be at the top of the stack, using Vue 3's new teleport functionality may make sense. The desired z-index of the div the dropdowns get teleported to could be a variable to provide flexibility with other teleported components.
Reproduction Link
--
Steps to reproduce
--
Expected behaviour
Actual behaviour
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request