I have a Crud Form with inter-related fields, i use setFieldProvider with ComboBox with a list of values for each field.
However when I select a value for a field from the ComboBox, I will need to update the list of values for the other ComboBox for another field.
How to do that ?