I’d like to be able to enter some text (either in a read-only field to just the text itself) into a custom component’s properties.
Something like this:
{
id: “signee”,
type: “text”,
label: “Signee”,
disabled: true, //User should not be able to edit
value: signee // Need to enter the value from a variable
}
Is there a supported way to enter a value dynamically based on other information within the component’s builder-side definition?
Be the first to reply!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.