I have a custom perspective component with the input property that is a dropdown with values registerred with a suggestion source, is it possible to have this suggestion source also be looking at the value of another property of the same component (i want to return a list of strings in the suggetion source but the result should baased on the other property's value)
That is a binding task that should be left to the designer.
1 Like
do you mean the dropdown list shouldn't be through the suggestion source but through binding instead? or accessing the value of the other property in the suggestion source need to be done through binding?
Both.
In what case should we be using the suggestion source then?
The user should be binding to filter/supplement the raw suggestions via the other property value to provide the runtime suggestions. Don't build that into the module.
1 Like