| I encountered in the same issue. My workaround for this is to return the first element as a list of the default selected values. so in case your script returns: {{}}
['ONE:selected','TWO:selected','TREE:selected','FOUR:selected']
{{}} }}{{instead, it would return:
[ONE,TWO,TREE,FOUR, ONE:selected, TWO:selected, TREE:selected, FOUR:selected]
see https://stackoverflow.com/a/55219124/947784 for more details. {{}} |