Select2

Summary

The Select2 pattern utilizes the Select2 JavaScript library. More information can be found here: https://select2.github.io

There are no attributes defined for this pattern.

Example

Markup

<form>
    <select class="zui-select2">
        <option>C</option>
        <option>CSS</option>
        <option>C++</option>
        <option>HTML</option>
        <option>JavaScript</option>
        <option>PHP</option>
    </select>
</form>
Fork me on GitHub