<br><br><br>
<div class="row">
<div class="col-sm-6">
<select id="selectFirst" class="hgm-select-search" data-placeholder="Select an option" data-allow-deselect="true">
<option data-placeholder="true"></option>
<option value="1">JavaScript</option>
<option value="2">CSS3</option>
<option value="3">HTML5</option>
</select><!-- .hgm-select-search -->
</div>
</div>
<br><br><br>
<div class="row">
<div class="col-sm-6">
<select id="selectFirst" class="hgm-select-search" data-placeholder="Select an option" data-allow-deselect="true">
<option data-placeholder="true"></option>
<option value="1">JavaScript</option>
<option value="2">CSS3</option>
<option value="3">HTML5</option>
</select><!-- .hgm-select-search -->
</div>
</div>
/* No context defined. */
Use data attributes directly on the select element to change the visual and functional behavior; the following data attributes are currently in use:
For more information on how to handle state changes on the search select and methods that are exposed to the document object model, visit the link below: