ClipboardTrigger on hidden field

Hello Haulmont team,

I’ve recently implemented the clipboardTrigger facet, and it works very smoothly. Nicely done! However, my intent was to use it to copy a value set to a field that is not visible. I was just wondering if there’s a way to get this working on a hidden field. It seems as soon as the inputField’s text is no longer visible to the screen that the trigger will not copy.

Thanks,
Adam

Hi,

Components with visible="false" aren’t added to the HTML markup of the resulting page, as a result, ClipboardTrigger can’t copy their value.

Regards,
Gleb

Thank you for the explanation, Gleb.