@descope/web-components-ui 1.0.193 → 1.0.194

Sign up to get free protection for your applications and to get access to all the features.
@@ -7043,9 +7043,11 @@ class RawUploadFile extends BaseInputClass {
7043
7043
 
7044
7044
  // this is a temp solution,
7045
7045
  // we should show the input error message like we have in all other inputs
7046
+ /*
7046
7047
  reportValidity() {
7047
7048
  this.defaultReportValidity();
7048
7049
  }
7050
+ */
7049
7051
 
7050
7052
  getValidity() {
7051
7053
  if (this.isRequired && !this.value) {