-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown list is hidden (may be conflict with Bootstrap4) #677
Comments
I have the same issue. I am also using a creative-tim template and the vue-select dropdown does not display. |
I'm using bootstrap 4 and had the same issue. The |
The following CSS rules solved my issue.
|
v3 adjusted all of the class names to be very specific. This should no longer be an issue. |
Im using Light Bootstrap Template (https://www.creative-tim.com/product/light-bootstrap-dashboard) which is using Bootstrap 4. When I try to add v-select into my app, the dropdown of v-select is not working.
When I try to remove light-bootstrap from my app, the v-select work fines, but I can not remove it since we all developed base on it. So any idea what's going on?
The text was updated successfully, but these errors were encountered: