In my app I’ve a Link element that have conditions for it’s url propriety so that it changes based on user imput on an imput form.
I have a button that acitivate Air Copy to Clipboard plugin to copy the url propriety of the Link element, but problem is in the field “Text to copy” of the plugin I can’t choose the url of the Link element.
The link element is not among those selectable.
I don’t copy from the imput because in the input I put a code and based on the format of the code the resulting url changes.
I’ve done this with condionals for the link elements, but there are no conditionals for the plugin.
The actual url to be copied is only inside the LINK ELEMENT (url propriety).
If set my custom text to be equal to the user imput when it changes value, what I’ll get is custom text = code typed by the user
And not the actual url.