Dynamic content - Selects with schema dependencies

Using expressions in fromData it is possible to mix information from both other parts of the model and other parts of the schema.

This example illustrates this by reusing the oneOf list of values from a property in another while also filtering this oneOf using the current value of the first property. This creates a select based on the selected values of another select that also uses the proper titles.

This example requires the evalMethod=evalExpr or evalMethod=newFunction option. See the Expressions documentation.