I've been struggling to set the tooltip for a bootstrap select control, but I haven't been able to figure it out yet.
In my situation, I have a select control without a label (due to the design of the page). So, when a user hovers over a selected item, I want to display "Inventory Items" (the label of my select control).
I attempted to set the title attribute of the option items, but it only changed the text of the item instead of the tooltip. The Bootstrap select plugin seems to render options as buttons, and I'm unsure how to customize them.
Here is my "Fiddle" http://jsfiddle.net/tslin306/u2gaorLu/
Just so you know: I'm unable to use the Bootstrap tooltip due to project requirements.
Your advice would be greatly appreciated. Thanks in advance!