<br><br>
<div class="row">
<div class="col-sm-6">
<select class="hgm-select-search" data-placeholder="Select an option" data-allow-deselect="true" data-font-color="0D5AB6" data-height="38" data-border-color="DF521F" data-background-color="FFEBDC" data-border-radius="8">
<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>
<div class="row">
<div class="col-sm-6">
<select class="hgm-select-search"
data-placeholder="Select an option"
data-allow-deselect="true"
data-font-color="0D5AB6"
data-height="38"
data-border-color="DF521F"
data-background-color="FFEBDC"
data-border-radius="8"
>
<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: