- 1
How to make a text input field read only by style class?
2 Respuestas
+ 5
Not real solution purely css, but you can embed your input field in a <span> element, and style it to display another element over the input, hidding click/touch event ^^
https://code.sololearn.com/WjK5ZU6GQ3b0/?ref=app
+ 4
pointer-events: none;
maybe??