Here is my code:
<table> <tr> <td><input type="text" value="test1" readonly /></td> </tr> <tr> <td><input type="text" value="test2" readonly /></td> </tr> <tr> <td><input type="text" value="test3" readonly /></td> </tr> </table>
How to remove the cursor from a text field?
source share