Roo/bootstrap/form/Password.js
authorleon <leon@roojs.com>
Thu, 4 May 2023 07:07:22 +0000 (15:07 +0800)
committerleon <leon@roojs.com>
Thu, 4 May 2023 07:07:22 +0000 (15:07 +0800)
Roo/bootstrap/form/Password.js

index 4287b31..5cc6b9c 100644 (file)
 
 Roo.bootstrap.form.Password = function(config){
     Roo.bootstrap.form.Password.superclass.constructor.call(this, config);
-};
\ No newline at end of file
+};
+
+Roo.extend(Roo.bootstrap.form.NumberField, Roo.bootstrap.form.Input, {
+    getAutoCreate : function()
+    {
+        var cfg = Roo.bootstrap.form.NumberField.superclass.getAutoCreate.call(this);
+        
+        return cfg;
+    },
+
+    initEvents : function()
+    {   
+        Roo.bootstrap.form.NumberField.superclass.initEvents.call(this);
+    }
+});
\ No newline at end of file