interface list in /interface/bridge/vlan

I do have a large (64) nummer of Vlans that each must be available on all ports of a CRS328, I made an interface list (Ether_interfaces) containing all ports of that switch.
Whe I try to setup a command like “/interface/bridge/vlan add bridge-Bridge vlan-ids=10 tagged=Ether_interfaces” is doesn’t work.

There is also no autocompletion by the tab-key available.
The interface list work fine on other commands.
Is it not implemented or did I stumble on a bug?

Where does it indicate this is possible?

Interface lists work where property is called interface**-list** but not if property is called simply interface or something which implies enumerating interfaces (like in your case with tagged). IIRC interface lists are only widely used in firewall (which is L3 function) … you’re trying to use it in L2 configuration section.