However if the field tries to read from an array with mulitple values, it does not select the values. If there is only one value in the array to read from it works and selects the corresponding value.
Is this a bug or am I doing something wrong? The values are just in a plain array (e.g. [ "value1", "value2", ...]).
Answers
The
select
type has amultiple
option. Have a look int the "Options" part of the documentation for that field type.Allan
Thx for your quick reply. I just checked it.
However if the field tries to read from an array with mulitple values, it does not select the values. If there is only one value in the array to read from it works and selects the corresponding value.
Is this a bug or am I doing something wrong? The values are just in a plain array (e.g. [ "value1", "value2", ...]).
Thx for your help.
Martin
Can you give me a link to the page showing the issue so I can check what is going on please?
Allan