I need to assign several default values to select multiple tag. At the moment, I managed to assign only one value with
$tag->setDefault('element[]', 'value');
If I try to pass array as value, it tells me that only scalar values are allowed. Any way to achieve that?