@descope/web-components-ui 1.0.389 → 1.0.390

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -5370,7 +5370,7 @@ const EmailFieldClass = compose(
5370
5370
  }),
5371
5371
  draggableMixin,
5372
5372
  externalInputMixin({
5373
- inputType: 'text',
5373
+ inputType: 'email',
5374
5374
  autocompleteType: 'username',
5375
5375
  includeAttrs: ['disabled', 'readonly', 'pattern'],
5376
5376
  }),