Posted 25 October 2021, 2:58 am EST
Hi!
I created a text type input in the designer using the following object in the commandMap object:
“something”: {
“title”: “something”,
“text”: “something”,
“iconClass”: “something”,
“commandName”: “something”,
“type”: “text”,
“execute”: null
}
Is there a way to give it a default value?