Can text in a dropdown be hovered over if its length exceeds the width of the dropdown?
<Select style="width:10px">
<option>Less than 10 px </option>
<option> More than 10 px </option>
</Select>
In the example above, I am trying to achieve hover display for the text "more than 10 Px".