-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Two main issues - need solution #26282
Comments
$(document).on('click', '.dropdown-menu', function (e) {
e.stopPropagation();
}); |
So on issue #2, you want to use a custom icon instead of the caret (triangle)? You would have to remove the
You could try setting up an inline style that removes the |
Is there a bug here, or is this only a how-to question? |
I'm creating booking form where from dropdown you will select passengers and seats.
When you try to edit passengers or select something dropdown closes
https://codepen.io/vosidiy/pen/OvYJNr
Input group with button has dropdown as shown below. Button has icon ( adding by class dropdown-toggle). I want put my custom icon there. When I remove class "dropdown-toggle" then no more round corner :-(
https://www.bootply.com/I9H7NN3U5q
The text was updated successfully, but these errors were encountered: