JSFiddle - React, Tailwind, and code Playground
by evpozdniakov
HTML
<select size=4>
<optgroup>
<option value="volvo">12Volvo test test test test test test </option>
<option value="saab">Saab in protrait mode you cannot see the entire option and you will not know what you are selecting.</option>
<option value="opel">Opel this is standard for basic HTML options/selects and worked fine in iOS6, 5, 4, etc...</option>
<option value="audi">Audi It also works as it should in Firefox on Android but the android native browser fails. </option>
</optgroup>
</select>