danielfarrell / bootstrap-combobox

A combobox plugin that works with twitter bootstrap
847 stars 327 forks source link

Lots of <strong> tags in generated list #78

Closed Synchro closed 11 years ago

Synchro commented 11 years ago

I noticed on your demo page and my own use of this plugin that it generates a set of empty <strong></strong> tags between every character in the item name. Looks buggy to me? Safari web inspector shows them clearly: screen shot 2013-06-26 at 12 54 10

danielfarrell commented 11 years ago

This plugin extends the bootstrap typeahead plugin, which handles that stuff. The strongs are used to highlight matched letter while you type, I believe. Not something I do directly, so I'm going to close this issue.