Dependent Selector Configurations
Create dependent selector configs in PANDIUM.yaml where dynamic dropdown options update based on a parent field’s value, using schema definitions and init sync outputs.
Here is an example of a dependent selector configuration:
Here are what the options could look like to different users:

The only food type option for Tenant A are "Sweet" and "Savory" 
When the user selects the "Sweet: food type, the options for favorite food are only sweet foods. 
When the user selects the "Savory" food type, the options for favorite food are only savory foods. 
The only food type option for Tenant B are "Fruits" and "Veggies" 
When the user selects the "Fruits" food type, the options for favorite food are only fruits. 
When the user selects the "Veggies" food type, the options for favorite food are only vegetables.
A dependent dynamic configuration is implemented by creating a parent selector and a dependent selector:
Putting it all together
Another example
Dependent Selectors in Arrays

Last updated
Was this helpful?