Skip to content

Commit d36dc2a

Browse files
author
Daniel Farrell
authored
Merge pull request #242 from tip2tail/Bootstrap4
Added class so now Bootstrap 4 compatible
2 parents d68073f + 5fad1ad commit d36dc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/bootstrap-combobox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
$.fn.combobox.defaults = {
455455
bsVersion: '3'
456456
, menu: '<ul class="typeahead typeahead-long dropdown-menu"></ul>'
457-
, item: '<li><a href="#"></a></li>'
457+
, item: '<li><a href="#" class="dropdown-item"></a></li>'
458458
};
459459

460460
$.fn.combobox.Constructor = Combobox;

0 commit comments

Comments
 (0)