@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.
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) {