-
Notifications
You must be signed in to change notification settings - Fork 498
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
Placeholder beeing cut off? #77
Comments
Hi. I think this is a known issue since 2012 when select2 with multiselect is initialized inside a hidden element.
|
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline { |
I used that way: select2/select2#4323 (comment) |
Hello,
I stumbled on an issue during a project build-up.
The placeholder on a multiselect is beeing cut off. Please have a look on the following screenshot:
To reproduce this easily, I did create the following JSFiddle:
https://jsfiddle.net/f2gxy3sk/
Please have a look.
Thank you!
The text was updated successfully, but these errors were encountered: