HOW TO DISABLE RESIZABLE PROPERTY OF TEXT AREA? 1 Mar 2016 How to disable resizable property of text area? Add CSS property resize as none for text area element in the following way textarea{ resize: none; }