I need to hide the text box blinking cursor in CSS / Javascript.
Is it possible?
I need to hide the text box blinking cursor in CSS / Javascript.
Is it possible?
To be exact: Do you want to allow input in this text box without blinking cursor shown?
<input type=text disabled=true />
because i can't see any other reason you might want to do that.
Try CodeMirror as an text input solution. Its nice and im sure you can tune it to hide blinking cursor if you want to...