@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.
@@ -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
  }),