@descope/web-components-ui 1.0.338 → 1.0.339

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -2611,7 +2611,7 @@ const EmailFieldClass = compose(
2611
2611
  mappings: textFieldMappings,
2612
2612
  }),
2613
2613
  draggableMixin,
2614
- composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'] }),
2614
+ composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'], useProxyTargets: true }),
2615
2615
  componentNameValidationMixin,
2616
2616
  customMixin$a
2617
2617
  )(
@@ -3174,7 +3174,7 @@ const TextFieldClass = compose(
3174
3174
  mappings: textFieldMappings,
3175
3175
  }),
3176
3176
  draggableMixin,
3177
- composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'] }),
3177
+ composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'], useProxyTargets: true }),
3178
3178
  componentNameValidationMixin,
3179
3179
  customMixin$9
3180
3180
  )(