I need a multi select combo box with filter type searching. SFCombo box has very nice searching, but also a nice token mode. I am trying to utilize both and it seems not to work. This
thread here indicates this was being worked on but I am wondering if there is a means to get this done. I have a list of perhaps 50 items. I want the user to be able to type a short phrase to filter the list, then they would multi select their choices for processing. I implement this on web forms via other controls nicely but it seems this is partially implemented here as multi select disables filtering. I have tried to implement using multi selection combobox and it also does not do filtering properly. Is there a way without too much trouble to get this to work?