vue-search-select icon indicating copy to clipboard operation
vue-search-select copied to clipboard

bootstrap modal hide drop down of select

Open rockyshukla opened this issue 7 years ago • 2 comments

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

rockyshukla avatar Sep 10 '18 12:09 rockyshukla

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

ponnex avatar Feb 26 '21 12:02 ponnex

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

vivalafit avatar Dec 13 '21 15:12 vivalafit