I'm trying to use form
select
of this site here:
link
But when I put on my site the only thing that appears is this:
"Materialize Multiple Select"
Does anyone know how to solve this?
The code is this:
<div class="input-field col s12">
<select multiple>
<option value="" disabled selected>Choose your option</option>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
</select>
<label>Materialize Multiple Select</label>
</div>