Snippets tagged “readonly”
1 snippet uses this tag.
- How to Make the Text Input Non-EditableHTML
In this snippet, you can find two methods of making a text input non-editable. Use either the HTML “readonly” attribute or add the CSS pointer-events property.