Hi,
I need filter the combobox with it's exist items. I have text label and want to filter according to label's text. Example;
If text label is "Level-1", I need to show just "Level-1" items in the combobox (I know which results belongs to Level-1, I can also write it manually if needed). There are 12 items in the combobox (from sharepoint list) and I have 4 levels. Each level have 3 items.
This means that whatever level is written on the label, four items of that level should be displayed.
Thank you