X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=45b4da24bb5973f51f06b74bd50eb14da535a380;hb=4f673c42ae46bcdefcaf2e78c3e7db903c5fd02a;hp=e7313a115d8af30e0056211f9a6843804e678d89;hpb=4de7a5f72b21de057d16d44428294fbf07433ff3;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index e7313a115d..45b4da24bb 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -9103,7 +9103,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { this.indicator = this.indicatorEl(); if(this.indicator){ - this.indicator.addClass('invisible'); + this.indicator.addClass(this.indicatorpos == 'right' ? 'hidden' : 'invisible'); // changed from invisible??? - } // reference to original value for reset @@ -9417,7 +9417,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { if(this.indicator){ this.indicator.removeClass('visible'); - this.indicator.addClass('invisible'); + this.indicator.addClass(this.indicatorpos == 'right' ? 'hidden' : 'invisible'); } if(this.disabled){ @@ -9471,7 +9471,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { } if(this.indicator){ - this.indicator.removeClass('invisible'); + this.indicator.removeClass(this.indicatorpos == 'right' ? 'hidden' : 'invisible'); this.indicator.addClass('visible'); }