I tried setting readonly attribute to true, but it did not work as i am still able to select the value from dropdown.
<tr>
    <td>
        <select name="type" tabindex="0">
            <option value=""></option>
            <option value="first">first</option> 
            <option value="second">second</option>
        </select> 
    </td> 
</tr>
 
     
     
    