Hi there,
I can see in the Volt documentation that you can create different kinds of array literals and manually specify their value(s).
I'd like to build a select list based on values in a complex, iterable object that can be passed in as a view variable. However, I would need to iterate over the object and then create suitable array structures that are compatible with select_static.
It doesn't look like this is possible but if anyone can confirm, I'd appreciate it :)
Thanks