Answers for "select2.css"

-1

select2 full width

<select class="js-example-responsive" style="width: 50%"></select>
<select class="js-example-responsive" multiple="multiple" style="width: 75%"></select>
Posted by: Guest on July-09-2020
0

select2 .select2-results .select2-highlighted

#menuOption1-container  .select2-results__option--highlighted {
    background-color: #50831F !important;
}

#menuOption2-container  .select2-results__option--highlighted {
   background-color: #28915F !important;
}
Posted by: Guest on February-25-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language