I’m utilising a SDP with two fields (name and group_id). The SDP is tagged to combobox’s options. It takes in two inputs - group_id and user input.
Label and value is name. User will be providing group_id through a previous input text component. name needs to be filtered by group_id when the data appears in the combobox.
When name is filtered by group_id, the combobox simply highlights the user’s input in the data without filtering the contents. Without group_id, the combobox is able to filter options by user’s input.