-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Issue with long option inside input-group #1034
Comments
+1, I thought I was going nuts on this and eventually just slammed down a static width and hoping beyond all reason the users won't notice it. At least, it's less noticeable than breaking the layout (as much). |
Currently facing the same problem with multiple options selected. |
Did anyone figure out a work around for this issue? |
This still seems to be an open issue. Has anyone found a work around aside from hardcoding a css width? |
i am now facing the same problem, anyone could help me ? |
Here is the fix, just add this to your css :
@silviomoreto Fixed. |
tks@iyadthayyil |
@iyadthayyil do you have created a pull request for that? |
@silviomoreto Done! |
#1853 done on |
This was addressed in v1.13.0-beta. I've moved development of this plugin to a new repo, and v1.13.0-beta can be downloaded here: https://github.com/snapappointments/bootstrap-select/releases/tag/v1.13.0-beta. |
This fix was lost in commit cf673f1. |
@rezequielp I implemented a different fix than the one proposed in #1853. If you're still encountering the issue, please post an example, as it appears to be working properly: https://plnkr.co/edit/j0UyEMa7TvLZnzc8PqIP?p=preview. |
I still have the issue with v. 1.13.12 (package.json) (in the When i select a certain count of options the select box begin to grow and with every additional it grows more. Looks like this: Thats the HTLM Structure (in a Twig template):
The only way to handle it is the I'm not sure, if it is really fixed, because here #1853 is said, that the fix is lost. |
I have a problem with selectpicker inside bootstrap input group. I have no idea how to fix it (
Also I compared the result with selectpicker alone and inputgroup without selectpicker (just select). Result bellow:
Here is my code:
The text was updated successfully, but these errors were encountered: