How can I use text box value to filter dropdown list of the same persistable entity object?

0
Hi, I have a persistable entity in which there are several attributes. I have a data view with that entity configured. I have a text box which holds a attribute value. I want to use that value to filter the dropdown which is also present in the same data view. Can you one suggest the solution for this problem?   Thanks, Nilay Kapaley
asked
1 answers
0

Have a look at the dynamic enum picker.

 https://marketplace.mendix.com/link/component/111237

Alternatively, you can turn the enumeration into a seperate entity and use a reference selector.
The reference selector allows you to filter the list of selectable objects.
https://docs.mendix.com/refguide/reference-selector/#selectable-objects

answered