LightningFlowComponents
LightningFlowComponents copied to clipboard
QuickChoice - v2.40 - Reactivity - Cannot choose controlling output if in a section
When the parent quick choice is in a field section, it is inaccessible as a parent for a dependent quick choice.
Steps to reproduce
Steps to reproduce the behavior:
- Create a screen with a section component
- put a controlling and dependent quick choice inside the section - quickChoice1 and quickChoice2
- Both are picklist values
- the second should be dependent on the first
Expected behaviour
quickChoice1.value should be an option in the controlling value field
Actual behaviour
quickChoice1.value is not an option in the controlling value field
Screenshots
If applicable, add screenshots to help explain your problem.
Work around
move the quick choices out of the sections, set up the dependencies, and put them back in the sections. You have to move them, click done on the screen, and go back in.