@descope/web-components-ui 1.0.355 → 1.0.357

Sign up to get free protection for your applications and to get access to all the features.
@@ -2074,7 +2074,7 @@ const inputValidationMixin = (superclass) =>
2074
2074
  return (
2075
2075
  this.getAttribute(errorAttributes.valueMissing) || this.defaultErrorMsgValueMissing
2076
2076
  );
2077
- case patternMismatch || typeMismatch || stepMismatch || badInput:
2077
+ case patternMismatch || stepMismatch || badInput:
2078
2078
  return (
2079
2079
  this.getAttribute(errorAttributes.patternMismatch) ||
2080
2080
  this.defaultErrorMsgPatternMismatch