I would need combobox to have the displayed value being like: 123-041
However, the combobox popup list i would want it to show like: 123-041 - Product Information
Is this possible with the current combobox?
also when it is searching the combobox. it would be matching more than 1 attribute of the item.
123041
123-041
I think based on what I study in how the combobox works, I might have to override and do the searching part however I am not sure could the top part be possible without overriding anything.
Unfortunately this is not possible with the ComboBox component. I know that different projects have implemented their own “TableSelect” component, that works just as you described, but unfortunately we’re not allowed to distribute the code here, since they have been developed for paying customers who own the code.
Perhaps someone could give some basic hints as to how to make a component like this?