@descope/web-components-ui 1.0.337 → 1.0.339

Sign up to get free protection for your applications and to get access to all the features.
@@ -3274,7 +3274,7 @@ const TextFieldClass = compose(
3274
3274
  mappings: textFieldMappings,
3275
3275
  }),
3276
3276
  draggableMixin,
3277
- composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'] }),
3277
+ composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'], useProxyTargets: true }),
3278
3278
  componentNameValidationMixin,
3279
3279
  customMixin$a
3280
3280
  )(
@@ -3863,7 +3863,7 @@ const EmailFieldClass = compose(
3863
3863
  mappings: textFieldMappings,
3864
3864
  }),
3865
3865
  draggableMixin,
3866
- composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'] }),
3866
+ composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'], useProxyTargets: true }),
3867
3867
  componentNameValidationMixin,
3868
3868
  customMixin$8
3869
3869
  )(