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
When using multiselect in a modal, the option list is rendered in the modal, and if the modal body is not high enough, it forces the user to scroll the modal body to see the option list, which is not user-friendly.
I saw the option openDirection but I have some modals with dynamic height, and always openning the list to the top is not ideal.
With teleport (vue3) and portal-vue (vue2), you could add an option appendTo that will allow us to choose where to render the option list (for instance, in the body when used in a modal).
Edit: PopperJS may be a better solution as it also do all the positionning
Dids, tskaiste, v1r0x, PaintingCaves, Aeroshell and 12 more