-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Issue with input-group-btn and dropdowns when on right side #14293
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
Comments
Per our input group docs, multiple add-ons/buttons on the same side of an input group are not allowed. |
The example shown here http://getbootstrap.com/components/#input-groups under segmented buttons shows the contrary. Multiple buttons/dropdrown IS supported. Maybe not multiple dropdowns on the same side, but button and dropdown most definitely is. As my example bootply shows, it works fine on left side, but the bug happens when the dropdown is on the right side, when the button is on the far right. |
Right, the split-button dropdown counts as a single add-on for these purposes. |
And the dropdown must go on the right side of the button. See #13150. It's on our list of things to consider addressing in Bootstrap v4 though. |
Ok, thank you for clarifying |
I checked around online and here and couldn't find any related issue, so please forgive me if this is already documented.
I seem to have found a problem when adding a dropdown on the right side of the input-group when another button is next to it. The dropdown keeps its rounded corners on the right side.
I re-created it here in this bootply http://www.bootply.com/y5SjNHwvyY
I also documented a second issue in this bootply, but am unsure if it is supported anyway. If I have two dropdowns next to each other in an input-group, they get confused with each other.
Thanks!
And keep up the amazing work!
The text was updated successfully, but these errors were encountered: