1
I’m not a front-end language enthusiast, 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 on its bottom corner and dragging with the mouse, but I don’t want to allow.
The question is, how can I disable it?
Possible duplicate of How to disable resize from textarea?
– Sam