@descope/web-components-ui 1.0.360 → 1.0.361

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.
@@ -3923,9 +3923,7 @@ const customMixin$8 = (superclass) =>
3923
3923
  init() {
3924
3924
  super.init?.();
3925
3925
 
3926
- if (!this.getAttribute('pattern')) {
3927
- this.setAttribute('pattern', defaultPattern);
3928
- }
3926
+ this.setAttribute('pattern', defaultPattern);
3929
3927
 
3930
3928
  if (!this.getAttribute('autocomplete')) {
3931
3929
  this.setAttribute('autocomplete', defaultAutocomplete);