I can't use variables or any expression with ${...} in a SingleSelectDropdown. While it works in labels or placeholders, there seems to be a problem with the options array. Only if I set the properties.options like man = 'Man' it works. Am I doing something wrong or is this an issue?
In all variants the following exception is thrown:
An exception was thrown while Neos tried to render your page
$optionValueField must be provided for array $options
root<Neos.Fusion:Case>/ documentType<Neos.Fusion:Matcher>/ element<Some.Package:Document.Job>/ body<Neos.Fusion:Component>/ content<Neos.Fusion:Join>/ main<Neos.Fusion:Component>/ renderer<Neos.Neos:ContentComponent>/ renderer<Neos.Fusion:Array>/ item_3<Another.Package:Molecule.Section>/ content<Neos.Fusion:Array>/ item_2<Some.Package:Meta.JobFormular>/ renderer<Neos.Form.Builder:Form>/
I can't use variables or any expression with
${...}
in a SingleSelectDropdown. While it works in labels or placeholders, there seems to be a problem with the options array. Only if I set the properties.options likeman = 'Man'
it works. Am I doing something wrong or is this an issue?Example 1:
Example 2:
In all variants the following exception is thrown: