The following example shows how you can create non user selectable text by setting the user-select style to “none” using CSS.
Tag Archives: forms
CSS How do I disable textarea resizing?
textarea { resize: none; }
Attention in classroom
The following example shows how you can create non user selectable text by setting the user-select style to “none” using CSS.
textarea { resize: none; }