Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
ComboBox display question
Hi, I am trying to make a more advance combobox.
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.
Hi, David!
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?
/Jonatan
Hi, Jonatan!
I also want ComboBox with this very usefull possibility, and I can give hints how to make a component like this
Sergey