Link to home
Start Free TrialLog in
Avatar of walkman69
walkman69

asked on

bootstrap-select div problems

I have an issue with creating "multiple select"-dropdowns with bootstrap-select.
Mostly that the menu get 3dtranslated upwards the more I move my webedit-tool-window upwards.
which of course is very annoying..

I tried to resimulate this behaviour in jsfiddle.. however, here I wont even get it to show to begin with..
Some help to make it show, and then perhaps we can move forward to the real problem?

https://jsfiddle.net/37a4s2sn/2/

// Walkman69
Avatar of HainKurt
HainKurt
Flag of Canada image

use proper libraries
you should use 3.x Bootstrap to make it work (js / css)

https://jsfiddle.net/HainKurt/mdh6ay8a/
Avatar of walkman69
walkman69

ASKER

Isn't there any other ways to do it?

By devolving my page down to 3.* things really gets ugly..

I tested this hotfix for 3.*

.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
}

Sadly it doesn't work yet in 4-beta..
Also, WHY is that? It cant be THAT much of a difference..  so they choose to remove some of the working parts? Just because it's a beta version? Doesn't sound legit...
SOLUTION
Avatar of HainKurt
HainKurt
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of lenamtl
lenamtl
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Since my target was to achieve a good library for use together with Bootstrap 4. I think this became the most relevant solution  as of this moment 2017-10-19... hopefully soon there will be better options. But this library is actually great.