Form Select
.select
The selectbox for a form. The selectable items are a native implementation. This is not to be changed.
In order for the select element to take the proper styling it is important that it has the .select
class.
The width of the select element is 100% but it may be appear shorter due to the options that it contains.
Markup
<select class="select">
<option>Optie 1</option>
<option>Optie 2</option>
<option>Optie 3</option>
</select>