Roo/form/TextArea.js
authorAlan Knowles <alan@roojs.com>
Thu, 24 Sep 2015 07:45:32 +0000 (15:45 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Sep 2015 07:45:32 +0000 (15:45 +0800)
Roo/form/TextArea.js

index 0c21fad..654a1f3 100644 (file)
@@ -56,7 +56,7 @@ Roo.extend(Roo.form.TextArea, Roo.form.TextField,  {
             this.defaultAutoCreate = {
                 tag: "textarea",
                 style:"width:300px;height:60px;",
-                autocomplete: "off"
+                autocomplete: "new-password"
             };
         }
         Roo.form.TextArea.superclass.onRender.call(this, ct, position);