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

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