Skip to content

Commit

Permalink
add form-control class
Browse files Browse the repository at this point in the history
  • Loading branch information
oyejorge committed Sep 19, 2022
1 parent e5f6859 commit 87bb08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_src/pages/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: Tom Select is a dynamic, framework agnostic, and lightweight (~16kb
<div class="col-600 mx-auto">

{% set html %}
<select id="select-tags" multiple placeholder="Best movies and TV shows">
<select id="select-tags" multiple placeholder="Best movies and TV shows" class="form-control">
<optgroup label="TV Shows">
<option value="Blue Bloods" data-date="2010-2021">Blue Bloods (2010-2021)</option>
<option value="Magnum P.I." data-date="1980-1988" selected>Magnum P.I. (1980-1988)</option>
Expand Down

0 comments on commit 87bb08d

Please sign in to comment.