I want to set default text in a text input field, but I can’t get it working. I have tried “value”:“my-default-text” but that does not work - the input field is empty. I guess there must be a way to do this?
Here is my code, that does not work:
{
"inputType": "text",
"label": "Fixed data",
"value": "my-default-text",
"model": "application.textTest",
"styleClasses": "col-md-3",
"type": "input"
}