I am struggling to find the answer from the documentation.
.form-group
label.col-md-3.control-label(for='industry') Industry
.col-md-9
select#industries.form-control
option(value='Please Select') Please Select
option(value='A') A
option(value='C') C
option(value='D') D
option(value='S') S
option(value='E') E
If there is an easier solution with JavaScript, I'd welcome that too.