Forum

select2, fixed drop...
 
Powiadomienia
Wyczyść wszystko

select2, fixed dropdown width, left expand

1 Wpisy
1 Użytkownicy
0 Reactions
1,686 Widoki
0
Rozpoczynający temat

ready to use example

1 odpowiedź
0
Rozpoczynający temat
1
2
3
4
5
6
      $(".my_select2").select2({
            language: "pl",
            theme: "bootstrap",
            width: '100%',
            dropdownCssClass : 'bigdrop'
        });
      $(".my_select2").select2({
            language: "pl",
            theme: "bootstrap",
            width: '100%',
            dropdownCssClass : 'bigdrop'
        });
1
2
3
4
5
6
.bigdrop {
    width: 600px !important;
}
.select2-dropdown--below{
    margin-left: -552px;
}
.bigdrop {
    width: 600px !important;
}
.bigdrop.select2-dropdown--below{
    margin-left: -552px;
}

Twoja odpowiedź

Nazwa autora

E-mail autora

Twoje zapytanie *

 
Podgląd 0 rewizje Zapisano
Udostępnij: