@descope/web-components-ui 1.0.361 → 1.0.362
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/cjs/index.cjs.js +2 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/descope-email-field-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-email-field/EmailFieldClass.js +2 -1
package/dist/cjs/index.cjs.js
CHANGED
@@ -3923,7 +3923,8 @@ const customMixin$8 = (superclass) =>
|
|
3923
3923
|
init() {
|
3924
3924
|
super.init?.();
|
3925
3925
|
|
3926
|
-
|
3926
|
+
// we need to set the pattern on the base element because vaadin-email-field is overriding it
|
3927
|
+
this.baseElement.setAttribute('pattern', defaultPattern);
|
3927
3928
|
|
3928
3929
|
if (!this.getAttribute('autocomplete')) {
|
3929
3930
|
this.setAttribute('autocomplete', defaultAutocomplete);
|