I have bootstrap typeahead and its not working with this plugin. If i goto the tab, nothing happens. No request is initiated it.
When i remove typeahead it works, but i also found the following line of code in the plugin, which made me think why this plugin is looking for Typeahead.
bootstrapVersion2 = (jQuery().typeahead ? true : false),
and below the above line of code, it has this:
tabShowEvent = (bootstrapVersion2 ? 'show' : 'show.bs.tab'),
But i'm unsure why its changing the values if I have Typeahead, weird?