I've got a select2
select menu.
Stripped version for example:
<div class="form-group has-error">
<select name="description_id" class="select2">
<!-- <options> -->
</div>
Applying the has-error
to the text-inputs will display a red border around the input. This does not work for a select2
menu. What am I missing?
I'm using bootstrap3
and the latest select2
.