Hi,
I have a databound ComboBoxItem and I have it working so that when text is entered in it, a fetch is fired which filters the picklist server-side and returns a set of records which *contain* the entered text.
Standard behaviour of the ComboBox filters the picklist records and hides anything which does not start with the entered text. I don't want this to happen. Is there a way to disable this behaviour?
Thanks,
Alan
I have a databound ComboBoxItem and I have it working so that when text is entered in it, a fetch is fired which filters the picklist server-side and returns a set of records which *contain* the entered text.
Standard behaviour of the ComboBox filters the picklist records and hides anything which does not start with the entered text. I don't want this to happen. Is there a way to disable this behaviour?
Thanks,
Alan
Comment