@descope/web-components-ui 1.0.389 → 1.0.390

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.
@@ -4381,7 +4381,7 @@ const EmailFieldClass = compose(
4381
4381
  }),
4382
4382
  draggableMixin,
4383
4383
  externalInputMixin({
4384
- inputType: 'text',
4384
+ inputType: 'email',
4385
4385
  autocompleteType: 'username',
4386
4386
  includeAttrs: ['disabled', 'readonly', 'pattern'],
4387
4387
  }),