I tried to use Label 2 with bootstrap-select, but it looks different to the bootstrap (Label 1) one. How is it possible to get the two la
From Bootstrap docs:
Extend form controls by adding text or buttons before, after, or on both sides of any text-based
. Use
.input-group
with an.input-group-addon
or.input-group-btn
to prepend or append elements to a single.form-control
.
You need to wrap the select
and .input-group-addon
in a .input-group
:
Label 2
Check it out:
Labe 1