Skip to content

Commit

Permalink
Merge pull request #242 from tip2tail/Bootstrap4
Browse files Browse the repository at this point in the history
Added class so now Bootstrap 4 compatible
  • Loading branch information
Daniel Farrell committed Mar 19, 2017
2 parents d68073f + 5fad1ad commit d36dc2a
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 d36dc2a

Please sign in to comment.