Skip to content

Commit

Permalink
Added class so now Bootstrap 4 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
tip2tail committed Mar 18, 2017
1 parent d68073f commit 5fad1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
$.fn.combobox.defaults = {
bsVersion: '3'
, menu: '<ul class="typeahead typeahead-long dropdown-menu"></ul>'
, item: '<li><a href="#"></a></li>'
, item: '<li><a href="#" class="dropdown-item"></a></li>'
};

$.fn.combobox.Constructor = Combobox;
Expand Down

0 comments on commit 5fad1ad

Please sign in to comment.