How can I use the kendo tooltip with the kendo combo box? I can successfully show a tooltip on a plain <input> element, but once I turn the input element into a kendo combo box, the tooltip will not work anymore. Here's a code sample: http://dojo.telerik.com/uMafI. If you replace the <input> line with the commented out line, then you will see the tooltip.
It looks like the tooltip is being applied to the original element and not the element that is created by the kendo-combobox directive. If you go into the developer tools and remove the "display: none" on the original element, then you will see the tooltip when you hover over the previously hidden original element.
Thanks,
Michelle