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

index 511742f..a925a6b 100644 (file)
@@ -58,7 +58,7 @@ Roo.extend(Roo.form.Field, Roo.BoxComponent,  {
      * @cfg {String/Object} autoCreate A DomHelper element spec, or true for a default element spec (defaults to
      * {tag: "input", type: "text", size: "20", autocomplete: "off"})
      */
-    defaultAutoCreate : {tag: "input", type: "text", size: "20", autocomplete: "false"},
+    defaultAutoCreate : {tag: "input", type: "text", size: "20", autocomplete: "new-password"},
     /**
      * @cfg {String} fieldClass The default CSS class for the field (defaults to "x-form-field")
      */