Open
Description
At the moment, script server supports default value, which can be initialized by a script, e.g.
"default": { "script": "echo 123" }
will set default to 123
However, for a multiselect list, it will work only for a single value.
It should be possible to set multiple default values from script, if it's a multiselect parameter.
All values should newline separated
Reported by @MNeill73