Question
6
Replies
203
Views
Posted: June 11, 2020
Last activity: July 2, 2020
How to return a value to a clipboard property from custom control?
Hi,
If I created a custom control, for example a date picker by using 3rd party javascript library, how can I return
the value from custom control to the clipboard property which has been set to hold the custom control value?
***Edited by Moderator Marissa to update Platform Capability tags****
I am not sure I understand the question correctly
Property holds the value, control decides the way it is displayed
For e.g. ".Name" property can be displayed as a "textInput" / "textArea" control. The control itself does not have a value associated with it.
Are u talking about some kind of "edit-input" which will say automatically insert "-" in phone numbers (say converting "01234567890" -> "123-456-7890" ) . Do you want this to be reflected in the property ?