@descope/web-components-ui 1.0.355 → 1.0.356

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -853,7 +853,7 @@ const inputValidationMixin = (superclass) =>
853
853
  return (
854
854
  this.getAttribute(errorAttributes.valueMissing) || this.defaultErrorMsgValueMissing
855
855
  );
856
- case patternMismatch || typeMismatch || stepMismatch || badInput:
856
+ case patternMismatch || stepMismatch || badInput:
857
857
  return (
858
858
  this.getAttribute(errorAttributes.patternMismatch) ||
859
859
  this.defaultErrorMsgPatternMismatch