code:
<select>
<option value="grapefruit">Grapefruit</option>
<option value="lime">Lime</option>
<option value="coconut">Coconut</option>
<option value="mango">Mango</option>
</select>
i am new to react and implemented drop down successfully i like to add below function to drop down
1.add vertical scrollbar 2.keep open drop down by default
any help will be appreciated.thanks in advance
There's no simple perfect answer to both of your questions. The <select> element is notoriously difficult to style productively with CSS and its internal structure is complex, and hard to control. But there's some workaround:
<select>, it will add a scroll bar automatically