Is it possible to have individual tooltip for each of the list items in a combo box. Is it possible to modify API to have this functionality?
There is no such native functionality, and it will require some modification in core functionality to achieve native support of such feature.
If you need to have samples only for some specific elements you can use HTML as item label
combo.addOption(“value”,“label”)