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

index 7ad268d..511742f 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: "off"},
+    defaultAutoCreate : {tag: "input", type: "text", size: "20", autocomplete: "false"},
     /**
      * @cfg {String} fieldClass The default CSS class for the field (defaults to "x-form-field")
      */