Tooltip for options in a select box is not working in Chrome

467 views Asked by At

In my project I'm using title tooltip for select option. It is not working in Chrome. Please check with below example:

<select>
    <option title="Option #1" value="1">Option #1</option>
    <option title="Option #2" value="2">Option #2</option>
    <option title="Option #3" value="3">Option #3</option>
</select>

Where is actual issue?

0

There are 0 answers