snapappointments / bootstrap-select

:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
https://developer.snapappointments.com/bootstrap-select/
MIT License
9.85k stars 2.72k forks source link

Request: Prefix: <value> #898

Open Khrysller opened 9 years ago

Khrysller commented 9 years ago

Is it possible with the last version to have something like described in the title?

Example:

Thanks.

fbuccioni commented 6 years ago

I use CSS to make this work:

.btn-group.bootstrap-select > button > span:first-child::before { 
    content: "Site: ";
    font-weight: bold;
}