I'm not an enthusiast of front-end languages, but in one of the examples I was testing, I was left wondering how to disable the resizable property of a text area.
I know I can resize a text area by clicking its bottom corner and dragging with the mouse, but I do not want to allow it.
The question is, how can I disable it?