@descope/web-components-ui 1.0.192 → 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.
package/dist/index.esm.js CHANGED
@@ -5892,9 +5892,11 @@ class RawUploadFile extends BaseInputClass {
5892
5892
 
5893
5893
  // this is a temp solution,
5894
5894
  // we should show the input error message like we have in all other inputs
5895
+ /*
5895
5896
  reportValidity() {
5896
5897
  this.defaultReportValidity();
5897
5898
  }
5899
+ */
5898
5900
 
5899
5901
  getValidity() {
5900
5902
  if (this.isRequired && !this.value) {