Skip to content

Instantly share code, notes, and snippets.

@e-9
Created December 5, 2013 17:41
Show Gist options
  • Save e-9/7809856 to your computer and use it in GitHub Desktop.
Save e-9/7809856 to your computer and use it in GitHub Desktop.
Etiqueta - Combo Selector: Ejemplo para crear la combinacion de una etiqueta y un combo selector
<div class="form-group">
<label class="col-md-2 control-label">Etiqueta</label>
<div class="col-md-3">
<select class="form-control">
<option>Seleccione un valor</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment