https://i.stack.imgur.com/b9p9T.png
One issue arises when I open the Materialize CSS select, as the options end up covering the input. Ideally, I prefer the options to appear underneath the input.
<div class="input-field ">
<select>
<option value="" disabled selected style="margin-top: 43px">Choose your option</option>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
</select>
<label>Sort By</label>
</div>