diff --git a/src/core/internal/index.ts b/src/core/internal/index.ts index d15dce84..2007e865 100644 --- a/src/core/internal/index.ts +++ b/src/core/internal/index.ts @@ -300,7 +300,7 @@ export class FrameElement { ( this.domInput).checked = this.options.value === state.value; } if (this.options.enableCopy) { - this.copyText = state.value; + this.copyText = this.iFrameFormElement.getUnformattedValue(); } if (this.iFrameFormElement.fieldType === ELEMENTS.CARD_NUMBER.name) { const cardType = detectCardType(state.value);