@descope/web-components-ui 1.0.355 → 1.0.356

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
@@ -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