@descope/web-components-ui 1.0.193 → 1.0.194

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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) {