Skip to content
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

Select does not display in dropdown-menu #2851

Open
londonuk371 opened this issue Nov 4, 2023 · 1 comment
Open

Select does not display in dropdown-menu #2851

londonuk371 opened this issue Nov 4, 2023 · 1 comment
Labels

Comments

@londonuk371
Copy link

Hello,

I know it has been already reported but I did not understand if a fix or a solution has been found on #2167 #2054 #1306

The select just do not show when it's inside a dropdown.

I have added this jQuery not to close the dropdown-menu by clicking in it:

$(document).on("click", ".menuplus", function (e) {
  e.stopPropagation();
});

And the select does not appear because of this stopPropagation condition.

I did a jsfiddle with the minimum required, i feel like it's bootstrap-select plugin bug!

Any chance to make it work?

https://jsfiddle.net/d3yqo9wc/4/

Thank you,
Vincent.

@londonuk371 londonuk371 added the bug label Nov 4, 2023
@londonuk371
Copy link
Author

londonuk371 commented Nov 5, 2023

I've been helped on https://stackoverflow.com/q/77422441/6602474 and I could update the jsfiddle with a solution:

https://jsfiddle.net/jdtnsmwu/46/

How this could be better? :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant