xxxxxxxxxx
1
Here is the select: <span class="hoverable" onClick="$('.mdb-select').materialSelect();" style="cursor: pointer;"
2
>(Click to Activate)</span>
3
<div style="width: 200px;">
4
<select class="mdb-select">
5
<option>--Select Me--</option>
6
<option value="1" selected>Here is a selected really long line of content</option>
7
<option value="2">Here is the first unselected really long line of content</option>
8
<option value="3">Here is the second unselected really long line of content</option>
9
<option value="4">Here is the third unselected really long line of content</option>
10
<option value="5">Here is the fourth unselected really long line of content</option>
11
<option value="6">Here is the fifth unselected really long line of content</option>
12
13
</select>
14
</div>
1
1
1
1
Console errors: 0