Hello,
When returning a form after a slapdah command, I specify a default value in the textarea field.
Fields {
type: 'text',
id: 'translated',
label: 'Text translated',
multiline: true,
defaultValue: 'Hello to all',
helpText: 'Hello to all'
}
But this one is not displayed, while it is well sent. I do not understand why it is not displayed?

I try to make a translation command. And for that, I want to display the text already translated in a new form. But it is not displayed.