Roo/bootstrap/form/Input.js
authorleon <leon@roojs.com>
Thu, 4 May 2023 03:52:22 +0000 (11:52 +0800)
committerleon <leon@roojs.com>
Thu, 4 May 2023 03:52:22 +0000 (11:52 +0800)
Roo/bootstrap/form/Input.js

index 55425ef..a0b2051 100644 (file)
@@ -326,10 +326,6 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
         if (this.size) {
             input.cls += ' input-' + this.size;
         }
-
-        if (this.inputType == 'password') {
-            
-        }
         
         var settings=this;
         ['xs','sm','md','lg'].map(function(size){