How could I make form fields visible depending on other values in the form?
Eg. in the following example I'd like to see the "afQuickField name=vehicle_type_car_num_wheels" only if the selected vehicleType would be 'car' and "afQuickField name=vehicle_type_plane_num_wings" only if vehicleType would be "plane".
The schema could look like this:
vehicleType:
type: String
label: 'Type of Vehicle'
allowedValues: ['car', 'plane']