Select2 Tooltip Not Appearing on Hover – Using jQuery and Event Delegation
I am using Select2 to enhance a element in my web application. I want to display tooltips when users hover over the options in the Select2 dropdown. However, the tooltips are not appearing as expected when hovering over the options. The tooltip container is created, but it doesn’t show up on hover.
Select2 dropdown doesn’t open properly on click – Nested select inside div
I have been facing this problem for some days now and I will like to know how to be able to set the select2 properly in order to get it working.