Hi,
My requirement is to filter the multi-input values according to multi combo box selection.
I have one multi combo box and multi input with bound items.
This is my page. Here I am selecting values from combo box.

If I selected any one of value from the multi combo box the multi Input value is filtering fine with single value.

But If I am filtering with multiple values from multi combo box. The multi input is filtering with last value from multiCombBox (here "MATLAB"). Instead of that, I need to display(filter) all the multiInput values which I am selected from multiComboBox. Is there any way to implement?
