I'm looking for a way to automatically expand a list box as a result of another action.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<select>
<optgroup label="People">
<option>Thomas Edison</option>
<option>Albert Einstein</option>
<optgroup label="Coutries">
<option>England</option>
<option>France</option>
</select>