moreta / vue-search-select

A Vue.js search select component
https://vue-search-select.netlify.com
MIT License
402 stars 126 forks source link

bootstrap modal hide drop down of select #92

Open rockyshukla opened 5 years ago

rockyshukla commented 5 years ago

hello guys its very nice search select plugin i found in vue but in few place i got stuck i want to know why z-index not working in bootstrap modal i.e my select dropdown option showing inside model intead of outside it tried z-index but no use

ponnex commented 3 years ago

I have the same issue do you perhaps have a solution for this?

vivalafit commented 2 years ago

in case somebody will face this problem, here is the solution - you need to check if parent element of dropdown has overflow:hidden property enabled and remove it. with this property it hides dropdown and it is not visible hope it helps