-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Labels
Description
Version
- Vue version: 2 and 3
Description
Currently, the dropdown is a child of the component, it should be appended to the body using a <Teleport>
(Vue 3) / <Portal>
(Vue 2) to prevent making an overflow-y: auto;
scrollable (ex: Inside a modal).
Demo
AydinHassan, realainov, leeovery, SvenSchoene, hamonCordova and 6 more