Select

Browser Native Select

Click to copy
<label>
    <select name="something">
        <option value="one">Option 1</option>
        <option value="two">Option 2</option>
        <option value="three">Option 3</option>
    </select>
</label>

Example bellow is using https://select2.org/ script

Styling for form bellow is in progress.

Select with search

Click to copy
<label>
    <select class="single-select" name="something">
        <option value="one">Option 1</option>
        <option value="two">Option 2</option>
        <option value="three">Option 3</option>
    </select>
</label>

Comments Area

No comments have been posted yet. Please feel free to comment first!

Note: Make sure your comment is related to the topic of the article above. Let's start a personal and meaningful conversation!

LEAVE A COMMENT

Please add to the discussion in a constructive way. If you disagree, please be polite.