|
|
@ -344,7 +344,7 @@ export class Input extends Single { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
_setValid() { |
|
|
|
_setValid() { |
|
|
|
super._setValid(arguments); |
|
|
|
super._setValid(...arguments); |
|
|
|
if (this.isValid()) { |
|
|
|
if (this.isValid()) { |
|
|
|
this._lastChangedValue = this.getValue(); |
|
|
|
this._lastChangedValue = this.getValue(); |
|
|
|
this.element.removeClass("bi-input-error"); |
|
|
|
this.element.removeClass("bi-input-error"); |
|
|
|