When I use
$(editarea).focus();
on
<select>
<option value="1">a</option>
<option value="2">b</option>
<option value="3">c</option>
</select>
I can change the values with up and down arrows, but the dropdown menu isn't exactly dropped yet.
Is there a method that would roll it down? So that the user can see the options without the need to click on the dropdown menu.